forked from nwutils/nw-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
49
50
51
52
{
"name": "node-webkit-builder",
"version": "1.0.11",
"description": "node-webkit-builder",
"main": "index.js",
"scripts": {
"test": "colortape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mllrsohn/node-webkit-builder.git"
},
"bin": {
"nwbuild": "./bin/nwbuild"
},
"author": {
"name": "Steffen Müller"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mllrsohn/node-webkit-builder/issues"
},
"homepage": "https://github.com/mllrsohn/node-webkit-builder",
"devDependencies": {
"nock": "^0.32.3",
"tape": "~3.0.1",
"redtape": "~1.0.0",
"colortape": "~0.1.0"
},
"dependencies": {
"archiver": "^0.13.0",
"bluebird": "~1.2.2",
"decompress-zip": "0.0.8",
"inherits": "~2.0.1",
"lodash": "~2.4.1",
"optimist": "^0.6.1",
"rcedit": "0.2.0",
"plist": "^1.0.0",
"progress": "~1.1.7",
"request": "~2.40.0",
"rimraf": "^2.2.8",
"semver": "^2.3.1",
"simple-glob": "~0.1.0",
"tar-fs": "^0.3.2",
"temp": "~0.7.0",
"update-notifier": "^0.1.8",
"winresourcer": "^0.9.0",
"platform-overrides": "~1.0.1",
"graceful-ncp": "^2.0.0",
"graceful-fs-extra": "^1.0.4"
}
}