forked from storj-archived/storjshare-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 719 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 719 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
{
"devDependencies": {
"asar": "^0.7.2",
"electron-prebuilt": "^0.32.2",
"fs-jetpack": "^0.7.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"q": "^1.4.1",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "node ./tasks/app_npm_install",
"app-install": "node ./tasks/app_npm_install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
"start": "node ./tasks/start",
"test": "node ./tasks/start --env=test"
}
}