forked from xeodou/gulp-atom
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "gulp-electron",
"version": "0.1.3",
"description": "A gulp plugin for Electron distribute applications.",
"main": "index.js",
"scripts": {
"test": "gulp mocha && cd example && gulp"
},
"keywords": [
"gulp",
"gulplugin",
"atom-shell",
"electron"
],
"repository": {
"type": "git",
"url": "git://github.com/mainyaa/gulp-electron.git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-mocha": "^2.2.0",
"should": "^8.3.0"
},
"dependencies": {
"asar": "^0.10.0",
"async": "^1.5.2",
"bluebird": "^3.3.5",
"chalk": "^1.1.3",
"decompress-zip": "^0.3.0",
"fs-extra": "^0.26.7",
"grs": "^0.1.3",
"gulp-coffeelint": "^0.6.0",
"gulp-util": "^3.0.7",
"mv": "^2.1.1",
"plist": "^1.2.0",
"progress": "^1.1.8",
"rcedit": "^0.4.0",
"rimraf": "^2.5.2",
"should": "^8.3.1",
"through2": "^2.0.1",
"vinyl": "^1.1.1"
}
}