forked from nexe/nexe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 842 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
{
"author": "Craig Condon <[email protected]>",
"name": "nexe",
"description": "Roll node.s applications into a single executable",
"version": "0.3.4",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
},
"main": "./lib/index.js",
"dependencies": {
"async": "~0.2.10",
"builtins": "0.0.7",
"colors": "~0.6.2",
"glob": "~3.2.9",
"mkdirp": "~0.3.5",
"module-deps": "^3.5.4",
"ncp": "~0.2.7",
"outcome": "0.0.18",
"progress": "~1.1.3",
"request": "~2.12.0",
"sprintf": "~0.1.3",
"step": "0.0.x",
"tar.gz": "0.1.1",
"through": "^2.3.4",
"uglify-js": "^2.4.15",
"yargs": "~1.3.1"
},
"preferGlobal": "true",
"bin": {
"nexe": "./bin/nexe"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~1.17.1"
}
}