forked from nwutils/nw-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nw-builder",
"version": "3.5.7",
"description": "nw-builder",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mllrsohn/nw-builder.git"
},
"bin": {
"nwbuild": "./bin/nwbuild"
},
"author": {
"name": "Steffen Müller"
},
"contributors": [
{
"name": "Adam Lynch",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 6.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mllrsohn/nw-builder/issues"
},
"homepage": "https://github.com/mllrsohn/nw-builder",
"keywords": [
"NW.js",
"node-webkit",
"desktop",
"application"
],
"devDependencies": {
"decompress-zip": "0.3.3",
"eol": "^0.9.0",
"nock": "^13.0.11",
"redtape": "~1.0.0",
"tap-spec": "^5.0.0",
"tape": "~5.2.2"
},
"dependencies": {
"archiver": "^5.3.0",
"boxen": "^5.0.0",
"bson": "^4.0.4",
"chalk": "^4.1.0",
"crypto-js": "^4.0.0",
"deprecate": "~1.1.1",
"extract-zip": "^2.0.1",
"graceful-fs-extra": "^2.0.0",
"graceful-ncp": "^3.0.0",
"inherits": "~2.0.1",
"lazy-req": "^3.0.0",
"lodash": "~4.17.4",
"lz-string": "^1.4.4",
"optimist": "^0.6.1",
"plist": "^3.0.1",
"progress": "~2.0.0",
"rcedit": "^3.0.0",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.88.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"simple-glob": "~0.2.0",
"tar-fs": "^2.1.1",
"temp": "^0.9.4",
"thenify": "^3.3.0",
"update-notifier": "^5.1.0",
"winresourcer": "^0.9.0",
"xhr2": "^0.2.0",
"xmlhttprequest": "^1.8.0"
}
}