UNPKG

956 BJSONView Raw
1{
2 "name": "nw",
3 "version": "0.42.6",
4 "description": "A installer for nw.js",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/nwjs/npm-installer.git"
8 },
9 "main": "index.js",
10 "bin": {
11 "nw": "bin/nw"
12 },
13 "scripts": {
14 "postinstall": "node scripts/install.js",
15 "test": "node test/index.js"
16 },
17 "files": [
18 "lib",
19 "bin",
20 "scripts",
21 "index.js"
22 ],
23 "author": "Kyle Robinson Young",
24 "license": "MIT",
25 "dependencies": {
26 "chalk": "~1.1.3",
27 "decompress": "^4.2.0",
28 "download": "^5.0.3",
29 "file-exists": "^2.0.0",
30 "merge": "^1.2.0",
31 "multimeter": "^0.1.1",
32 "rimraf": "^2.2.8",
33 "semver": "^5.1.0",
34 "yargs": "^3.2.1"
35 },
36 "devDependencies": {
37 "request": "^2.53.0",
38 "tape": "^4.10.1"
39 },
40 "keywords": [
41 "nw",
42 "nw.js",
43 "nwjs",
44 "chromium",
45 "io.js",
46 "node-webkit",
47 "webkit",
48 "installer",
49 "desktop",
50 "application"
51 ]
52}