forked from nwjs/npm-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 955 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "nw",
"version": "0.14.2",
"description": "A installer for nw.js",
"repository": {
"type": "git",
"url": "git://github.com/nwjs/npm-installer.git"
},
"main": "index.js",
"bin": {
"nw": "bin/nw"
},
"scripts": {
"postinstall": "node scripts/install.js",
"test": "node test/index.js"
},
"files": [
"lib",
"bin",
"scripts",
"index.js"
],
"author": "Kyle Robinson Young",
"license": "MIT",
"dependencies": {
"decompress": "^2.2.1",
"download": "^3.3.0",
"file-exists": "^0.1.1",
"merge": "^1.2.0",
"multimeter": "^0.1.1",
"rimraf": "^2.2.8",
"semver": "^4.3.0",
"yargs": "^3.2.1",
"chalk": "~1.0.0"
},
"devDependencies": {
"request": "^2.53.0",
"tape": "^3.5.0"
},
"keywords": [
"nw",
"nw.js",
"nwjs",
"chromium",
"io.js",
"node-webkit",
"webkit",
"installer",
"desktop",
"application"
]
}