forked from TritonDataCenter/sdc-net-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "net-agent",
"description": "Triton Network Agent",
"version": "2.3.5",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "1.8.12",
"changefeed": "~1.5.0",
"cueball": "2.5.1",
"forkexec": "1.1.0",
"jsprim": "1.4.1",
"kang": "1.2.0",
"lstream": "0.0.4",
"mooremachine": "2.3.0",
"restify": "4.3.0",
"sdc-bunyan-serializers": "git+https://github.com/joyent/sdc-bunyan-serializers.git#8fdb844",
"sdc-clients": "^10.5.0",
"tape": "4.5.1",
"triton-mockcloud-common": "git+http://github.com/joyent/triton-mockcloud-common.git#820ec9fc944e1fd649b81f6f0e95006e83db9c24",
"triton-netconfig": "1.5.0",
"uuid": "3.2.1",
"vasync": "^1.6.4",
"verror": "^1.6.1",
"vmadm": "1.3.0"
},
"sdcDependencies": {
"config-agent": ">=1.3.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-plugin-joyent": "~2.1.0",
"esquery": "1.1.0"
},
"scripts": {
"postinstall": "npm/postinstall.sh",
"postuninstall": "npm/postuninstall.sh"
},
"bin": {
"net-agent": "./bin/net-agent.js"
},
"license": "MPL-2.0"
}