-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "napi",
"description": "Triton Networking API",
"version": "1.4.3",
"author": "MNX Cloud (mnx.io)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"bunyan": "1.8.12",
"changefeed": "~1.5.0",
"clone": "1.0.2",
"cmdln": "3.0.2",
"dashdash": "1.7.3",
"effluent-logger": "git+https://github.com/TritonDataCenter/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"ip6addr": "0.2.2",
"jsprim": "1.4.0",
"lomstream": "1.1.0",
"macaddr": "0.0.1",
"mooremachine": "2.3.0",
"moray": "3.8.1",
"node-uuid": "1.4.8",
"portolan-moray": "git+https://github.com/TritonDataCenter/sdc-portolan-moray.git#40cf7db",
"restify": "4.3.4",
"restify-warden": "1.1.0",
"sdc-clients": "13.0.5",
"tape": "4.5.1",
"trace-event": "1.3.0",
"triton-metrics": "1.0.3",
"vasync": "1.6.4",
"verror": "1.9.0"
},
"devDependencies": {
"moray-sandbox": "0.2.1",
"faucet": "0.0.1",
"istanbul": "^0.4.0",
"eslint": "2.13.1",
"eslint-plugin-joyent": "~1.3.0"
},
"scripts": {
"start": "./sbin/napid",
"test": "make test"
},
"engines": {
"node": ">=0.6"
},
"license": "MPL-2.0"
}