-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 945 Bytes
/
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.14.3",
"cryptiles": ">=4.1.2",
"electron-prebuilt": "^1.4.13",
"extend": ">=3.0.2",
"graceful-fs": ">=4.1.15",
"lodash": ">=4.17.11",
"nan": "^2.14.0",
"fs-jetpack": "^1.3.0",
"gulp": "^3.9.1",
"gulp-less": "^4.0.0",
"gulp-util": "^3.0.6",
"q": "^1.4.1",
"rollup": "^0.21.0",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "cd app && npm install",
"build": "gulp build",
"release": "gulp release --env=production",
"start": "node ./tasks/start",
"test": "node ./tasks/start --env=test"
},
"dependencies": {
"electron-json-storage": "^1.0.0"
},
"author": "Phillip Sauerbeck <psauerbeck@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pmsaue0/play"
}
}