-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
70 lines (70 loc) · 1.32 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
{
"name": "nar",
"version": "0.3.40",
"description": "node.js application archive",
"preferGlobal": true,
"repository": "h2non/nar",
"homepage": "https://github.com/h2non/nar",
"author": "Tomas Aparicio",
"license": "MIT",
"main": "lib/nar",
"directories": {
"lib": "./lib"
},
"bin": {
"nar": "./bin/nar"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.12"
},
"keywords": [
"node",
"archive",
"archiver",
"packager",
"package",
"compress",
"zip",
"tarball",
"gzip",
"pkg",
"jar",
"tar",
"nexe",
"executable",
"embedded",
"exe",
"portable"
],
"dependencies": {
"archiver": "^1.2.0",
"array-unique": "^0.2.1",
"cli-table": "^0.3.0",
"colors": "^1.1.0",
"commander": "^2.9.0",
"findup-sync": "^0.2.1",
"fw": "^0.1.0",
"hu": "^0.1.0",
"mkdirp": "^0.5.0",
"ncp": "^2.0.0",
"progress": "^1.1.8",
"read": "^1.0.5",
"request": "^2.67.0",
"request-progress": "^0.3.1",
"requireg": "^0.1.3",
"resolve-tree": "^0.1.11",
"rimraf": "^2.4.4",
"tar": "^2.1.1"
},
"devDependencies": {
"chai": "^1.9.1",
"semver": "^4.3.4",
"mocha": "^1.21.1",
"LiveScript": "^1.3.0",
"stubby": "h2non/stubby4node",
"node-static": "^0.7.3"
}
}