forked from TritonDataCenter/sdc-cnapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.65 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.65 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
{
"name": "cnapi",
"description": "SmartDataCenter Compute Node API",
"version": "1.4.0",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"amqp": "git://github.com/postwait/node-amqp.git#7a421793796bf66f5741282624c3db3ae266b3b5",
"assert-plus": "0.1.5",
"async": "0.1.18",
"bunyan": "1.3.4",
"dapi": "git+ssh://[email protected]:joyent/sdc-designation.git#1114cd58c32058e968eac07ce666438235e5ed6f",
"deep-equal": "git://github.com/substack/node-deep-equal.git#b2cfeb95da6982f8bc2e676231820a3a47385db3",
"dox": "0.4.1",
"effluent-logger": "git+https://github.com/joshwilsdon/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"filed": "0.0.5",
"memwatch": "git://github.com/lloyd/node-memwatch.git#475ce024a53c74ad5baff27003b81499896e81a5",
"moray": "git+ssh://[email protected]:joyent/node-moray.git#b84ef0e",
"node-uuid": "1.2.0",
"nodeunit": "0.7.4",
"once": "1.3.0",
"restify-validator": "0.3.0",
"restify": "^3.0.1",
"sdc-clients": "git+ssh://[email protected]:joyent/node-sdc-clients.git#121bd661b8301a040677f65a289d59043171ce01",
"sprintf": "0.1.1",
"trace-event": "1.3.0",
"verror": "1.3.4",
"vasync": "git://github.com/davepacheco/node-vasync.git#e8743bb07a09dd83ea2df7e6d241c8a78b67aec6",
"watershed": "0.3.0",
"wf-client": "git+ssh://[email protected]:joyent/sdc-wf-client.git#a8590b497e40aea87610fa1c370fcbed64f43367",
"wf-shared": "git+ssh://[email protected]:joyent/sdc-wf-shared.git#9aed2e8"
},
"devDependencies": {
"ejs": "^2.4.1",
"file": "0.2.1"
},
"sdcDependencies": {
"config-agent": ">=1.1.0"
},
"license": "MPL-2.0"
}