-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
package.json
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
37
38
39
{
"devDependencies": {
"asar": "^0.7.2",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"bower": "^1.7.7",
"electron-prebuilt": "^0.36.0",
"electron-rebuild": "^1.1.2",
"electron-packager": "^5.2.1",
"fs-jetpack": "^0.7.0",
"gulp": "^3.9.0",
"gulp-electron-mocha": "^1.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs-stylish": "^1.3.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-util": "^3.0.6",
"jshint": "^2.9.1",
"mocha-unfunk-reporter": "^0.4.0",
"q": "^1.4.1",
"rollup": "^0.21.0",
"should": "^8.2.1",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "cd app && npm install && bower install",
"build": "gulp build",
"release": "gulp release --env=production",
"start": "node ./tasks/start",
"test": "gulp test",
"package": "gulp package --env=production"
},
"dependencies": {}
}