forked from entropi/grunt-electron-app-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 850 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
{
"name": "grunt-electron-app-builder",
"version": "0.1.0",
"description": "Creates electron (formerly atom-shell) based applications",
"repository": {
"type": "git",
"url": "git://github.com/speak/grunt-electron-app-builder.git"
},
"author": {
"name": "Chad Fawcett",
"email": "[email protected]",
"url": "https://github.com/entropi"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/speak/grunt-electron-app-builder/issues"
},
"homepage": "https://github.com/speak/grunt-electron-app-builder",
"devDependencies": {
"grunt": "^0.4.5"
},
"dependencies": {
"request": "^2.36.0",
"lodash": "^2.4.1",
"async": "^0.9.0",
"wrench": "^1.5.8",
"progress": "^1.1.5",
"decompress-zip": "0.0.6",
"fs-extra": "0.23.0"
},
"keywords": [
"gruntplugin"
]
}