forked from TritonDataCenter/sdc-napi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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": "napi",
"description": "SmartDataCenter Networking API",
"version": "1.2.1",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"bunyan": "1.8.10",
"clone": "1.0.2",
"cmdln": "3.0.2",
"dashdash": "1.7.3",
"effluent-logger": "git+https://github.com/joshwilsdon/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"ip6addr": "0.2.2",
"jsprim": "1.4.0",
"lomstream": "1.1.0",
"macaddr": "0.0.1",
"moray": "2.0.1",
"node-uuid": "1.4.7",
"portolan-moray": "git+https://github.com/joyent/sdc-portolan-moray.git#7e2c4ca",
"restify": "4.1.1",
"restify-warden": "0.2.0",
"sdc-clients": "9.2.0",
"tape": "4.5.1",
"trace-event": "1.3.0",
"vasync": "1.6.4",
"verror": "1.9.0"
},
"devDependencies": {
"moray-sandbox": "0.1.1",
"faucet": "0.0.1",
"istanbul": "^0.4.0",
"eslint": "2.13.1",
"eslint-plugin-joyent": "1.0.1"
},
"scripts": {
"start": "./sbin/napid",
"test": "make test"
},
"engines": {
"node": ">=0.6"
},
"license": "MPL-2.0"
}