-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "cn-agent",
"description": "Triton Compute Node Agent",
"version": "2.15.0",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"async": "2.4.1",
"backo2": "1.0.2",
"bindings": "1.5.0",
"bunyan": "1.8.5",
"ctype": "0.5.4",
"cueball": "2.7.1",
"digest-stream": "0.2.2",
"forkexec": "1.1.0",
"imgmanifest": "3.1.0",
"jsprim": "2.0.0",
"kstat": "1.1.1",
"lazy-property": "1.0.0",
"lstream": "0.0.4",
"mkdirp": "^0.3.4",
"nodeunit": "0.9.1",
"once": "1.3.0",
"pty.js": "0.3.1",
"qlocker": "1.0.1",
"restify": "4.3.0",
"rimraf": "2.4.3",
"sdc-clients": "11.3.1",
"sdc-docker-build": "0.3.4",
"semver": "5.4.1",
"sprintf": "0.1.5",
"stream-throttle": "0.1.3",
"trace-event": "1.3.2",
"triton-netconfig": "1.1.0",
"uuid": "3.0.1",
"vasync": "1.6.4",
"verror": "1.10.0",
"vmadm": "1.3.0",
"zfs": "git+https://github.com/TritonDataCenter/node-zfs.git#c32a4c38139dd2ce9e2662c00c211c11f9a0da3e"
},
"sdcDependencies": {
"config-agent": ">=1.3.0"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "./test.sh",
"preinstall": "./npm/preinstall.sh",
"postinstall": "./npm/postinstall.sh",
"postuninstall": "./npm/postuninstall.sh"
},
"license": "MPL-2.0"
}