-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 946 Bytes
/
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
{
"name": "kbmapi",
"description": "Triton Key Backup and Management API",
"version": "1.0.1",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "^1.0.0",
"backoff": "^2.5.0",
"bunyan": "^1.8.12",
"cmdln": "^6.0.0",
"http-signature": "^1.3.2",
"jsprim": "^2.0.2",
"moray": "^3.8.1",
"node-uuid": "1.4.8",
"restify": "^4.3.0",
"restify-clients": "^1.5.0",
"restify-warden": "^1.1.0",
"sdc-clients": "^13.0.5",
"tabula": "^1.10.0",
"trace-event": "^1.3.0",
"vasync": "^2.2.0",
"verror": "1.10.0"
},
"devDependencies": {
"doctoc": "^1.3.1",
"eslint": "^4.19.1",
"eslint-plugin-joyent": "^2.1.0",
"faucet": "0.0.1",
"moray-sandbox": "^0.2.2",
"nyc": "^14.1.0",
"tape": "^4.6.0"
},
"license": "MPL-2.0",
"scripts": {
"test": "tape ./test/run.js",
"coverage": "nyc --reporter=lcov npm test"
}
}