-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 946 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "psicash-widget",
"private": true,
"version": "2.0.0",
"description": "",
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Psiphon Inc",
"license": "GPLv3",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"cypress": "^7.0.0",
"del": "^4.1.1",
"eslint": "^7.26.0",
"eslint-plugin-cypress": "^2.11.2",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-connect": "^5.7.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}