forked from nwutils/nw-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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": "node-webkit-builder",
"version": "0.0.3",
"description": "node-webkit-builder",
"main": "index.js",
"scripts": {
"test": "tape 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": "^2.12.3"
},
"dependencies": {
"semver": "^2.3.1",
"request": "~2.34.0",
"lodash": "~2.4.1",
"bluebird": "~1.2.2",
"temp": "~0.7.0",
"plist": "^1.0.0",
"decompress-zip": "0.0.8",
"simple-glob": "~0.1.0",
"inherits": "~2.0.1",
"fs-extra": "^0.10.0",
"archiver": "^0.10.0",
"tar-fs": "^0.3.2",
"optimist": "^0.6.1",
"update-notifier": "^0.1.8",
"rcedit": "0.2.0",
"npm": "^1.4.20",
"ncp": "^0.6.0",
"rimraf": "^2.2.8"
}
}