-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
47 lines (47 loc) · 1.01 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": "nwjs",
"version": "1.4.4",
"description": "Install nw.js prebuilts using npm",
"main": "index.js",
"scripts": {
"test": "echo \"lol\"",
"postinstall": "node postinstall.js"
},
"preferGlobal": true,
"bin": {
"nw": "nw"
},
"files": [
"nw",
"index.js",
"postinstall.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/egoist/nwjs.git"
},
"author": "EGOIST <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/egoist/nwjs/issues"
},
"homepage": "https://github.com/egoist/nwjs#readme",
"dependencies": {
"co": "^4.6.0",
"colorful": "^2.1.0",
"commander": "^2.9.0",
"configstore": "^1.4.0",
"extract-zip": "^1.4.1",
"figures": "^1.4.0",
"io-spin": "^0.3.0",
"is-semver": "^1.0.0",
"nwjs-versions": "0.0.3",
"path-exists": "^1.0.0",
"pget": "0.0.0",
"pify": "^2.3.0",
"shelljs": "^0.7.5",
"update-notifier": "^0.6.0",
"user-home": "^2.0.0"
}
}