-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.26 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
{
"name": "xinix-pax",
"version": "1.1.1",
"description": "xpax is multi package management",
"bin": {
"xpax": "bin/xpax"
},
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Ganesha",
"email": "reekoheek@gmail.com"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xinix-technology/pax/blob/master/LICENSE"
}
],
"preferGlobal": true,
"dependencies": {
"shelljs": "~0.2.6",
"optimist": "~0.6.0",
"request": "^2.34.0",
"lodash": "^2.4.1",
"mout": "^0.9.0",
"which": "^1.0.5",
"p-throttler": "0.0.1",
"q": "^1.0.1",
"mkdirp": "^0.3.5",
"tmp": "0.0.23",
"fstream": "^0.1.25",
"inherits": "^2.0.1",
"graceful-fs": "^2.0.3",
"rimraf": "^2.2.6",
"fstream-ignore": "0.0.7",
"lru-cache": "^2.5.0",
"cli-color": "^0.3.2",
"decompress-zip": "0.0.8",
"tar": "^0.1.19",
"junk": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xinix-technology/pax.git"
},
"bugs": {
"url": "https://github.com/xinix-technology/pax/issues"
},
"homepage": "https://github.com/xinix-technology/pax",
"devDependencies": {
"gulp": "^3.8.1"
}
}