forked from TritonDataCenter/sdc-cloudapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.68 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
48
49
50
51
52
53
{
"name": "cloudapi",
"description": "SmartDataCenter CloudAPI",
"version": "8.0.0",
"author": "Joyent (joyent.com)",
"private": true,
"engines": {
"node": ">=0.10"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:joyent/sdc-cloudapi.git"
},
"dependencies": {
"vasync": "1.4.3",
"filed": "0.0.7",
"http-signature": "1.1.0",
"mime": "1.2.7",
"libuuid": "0.1.2",
"nopt": "2.0.0",
"restify": "git+ssh://git@github.com:mcavage/node-restify.git#0d7b4ba",
"bunyan": "0.22.1",
"sdc-clients": "9.2.0",
"ufds": "1.1.3",
"semver": "2.2.1",
"nodemailer": "0.3.29",
"clone": "0.1.5",
"assert-plus": "0.1.5",
"asn1": "0.1.11",
"ctype": "0.5.2",
"keyapi": "git+ssh://git@github.com:joyent/keyapi.git#f382a4",
"aperture": "git+ssh://git@github.com:joyent/node-aperture.git#016977",
"mahi": "git+ssh://git@github.com:joyent/node-mahi.git#7c0499",
"aperture-config": "git+ssh://git@github.com:joyent/aperture-config.git#master",
"joyent-schemas": "git+ssh://git@github.com:joyent/schemas.git#caf3a226ed0707f5da897e1da151cc6d97fccda2",
"jsprim": "0.6.1",
"verror": "1.6.1"
},
"devDependencies": {
"tape": "3.5.0",
"smartdc": "git+ssh://git@github.com:joyent/node-smartdc.git#adea68"
},
"sdcDependencies": {
"imgapi": ">=2.1.0",
"vmapi": ">=7.0.2"
},
"scripts": {
"start": "node ./main.js",
"test": "./node_modules/.bin/tap ./test/*.test.js"
},
"license": "MPL-2.0"
}