forked from TritonDataCenter/sdcadm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "sdcadm",
"description": "Administer a SmartDataCenter (SDC) standup",
"version": "1.5.2",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"async": "0.2.9",
"assert-plus": "0.1.4",
"backoff": "2.3.0",
"bunyan": "0.23.1",
"cmdln": "2.1.2",
"dashdash": "1.6.0",
"extsprintf": "1.2.0",
"kthxbai": "~0.4.0",
"joyent-schemas": "git+ssh://[email protected]:joyent/schemas.git#1a634a6",
"jsprim": "0.6.1",
"lockfd": "git+ssh://[email protected]:trentm/node-lockfd.git#fcbc0e2",
"mkdirp": "0.3.5",
"node-uuid": "1.4.1",
"once": "1.3.0",
"read": "1.0.5",
"sdc-clients": "git+ssh://[email protected]:joyent/node-sdc-clients.git#4e4d139",
"semver": "2.2.1",
"strsplit": "1.0.0",
"tabula": "1.2.2",
"tape": "3.5.0",
"urclient": "git+ssh://[email protected]:joyent/node-urclient.git#c419a50272b1a3f994fa8ab211358145551c9b8d",
"vasync": "1.4.3",
"verror": "1.3.7",
"wf-client": "git+ssh://[email protected]:joyent/sdc-wf-client.git#9bcb3a0ebec7cd5b4052acaacde8fd6e3e2dfcf9"
},
"engines": {
"node": ">=0.10"
},
"license": "MPL-2.0"
}