-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cloudapi",
"description": "Triton CloudAPI",
"version": "9.21.0",
"author": "Edgecast Cloud (edgecast.io)",
"private": true,
"engines": {
"node": ">=6.17.1"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/sdc-cloudapi.git"
},
"dependencies": {
"aperture": "git+https://github.com/TritonDataCenter/node-aperture.git#516f54924f9b3c997cca674e92937250801bd037",
"aperture-config": "git+https://github.com/TritonDataCenter/aperture-config.git#752b0a27192ae091e382b55f5bc9ec5a806477be",
"asn1": "0.1.11",
"assert-plus": "1.0.0",
"backoff": "2.5.0",
"bunyan": "^1.8.15",
"changefeed": "^1.5.4",
"clone": "^0.1.19",
"ctype": "^0.5.5",
"cueball": "2.10.1",
"filed": "0.0.7",
"http-signature": "1.4.0",
"joyent-schemas": "git+https://github.com/TritonDataCenter/schemas.git#3ca3a09c8b6f29ee68ba17d61b556b6f2901a4b6",
"jsprim": "2.0.2",
"kang": "^1.3.0",
"keyapi": "git+https://github.com/TritonDataCenter/keyapi.git#bedd6fe787a4f3f3942724b37baed19162c8f074",
"krill": "1.0.1",
"mahi": "2.3.3",
"mime": "^1.6.0",
"mooremachine": "^2.3.0",
"nodemailer": "0.7.1",
"nopt": "2.0.0",
"restify": "4.3.3",
"sdc-clients": "13.0.5",
"semver": "5.4.1",
"triton-metrics": "1.0.3",
"triton-netconfig": "1.5.0",
"ufds": "^1.9.1",
"uuid": "^8.3.0",
"uuid-by-string": "0.6.0",
"vasync": "2.2.0",
"verror": "1.10.0",
"watershed": "0.4.0"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-plugin-joyent": "^2.1.0",
"nyc": "^14.1.0",
"smartdc": "8.1.0",
"sshpk": "^1.16.1",
"tape": "4.13.2"
},
"sdcDependencies": {
"imgapi": ">=2.1.0",
"vmapi": ">=7.0.2"
},
"scripts": {
"start": "node ./main.js",
"test": "./node_modules/.bin/tape ./test/*.test.js",
"coverage": "nyc --reporter=lcov npm test"
},
"license": "MPL-2.0"
}