forked from aluxian/electron-superkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
{
"name": "superkit",
"dependencies": {
"asar": "^0.7.2",
"async": "^1.3.0",
"babel": "^5.6.14",
"babel-runtime": "^5.6.20",
"beeper": "^1.1.0",
"coffee-script": "^1.9.3",
"colors": "^1.1.2",
"del": "^1.2.0",
"electron-windows-installer": "^1.1.0",
"fs-extra": "^0.22.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-cson": "^0.3.0",
"gulp-electron-downloader": "^0.1.1",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^2.0.2",
"gulp-github-release": "^1.0.3",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-mustache": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-zip": "^3.0.2",
"rcedit": "^0.3.0",
"require-dir": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^3.1.23",
"eslint": "^0.24.1"
},
"optionalDependencies": {
"appdmg": "^0.3.2"
},
"scripts": {
"postinstall": "(cd src && npm install)"
},
"license": "MIT",
"author": "Alexandru Rosianu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Aluxian/electron-superkit.git"
},
"bugs": {
"url": "https://github.com/Aluxian/electron-superkit/issues"
}
}