25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "joyentcloud",
|
|
"description": "Joyent Compute Service CLI (http://www.joyent.com/products/compute-service)",
|
|
"version": "1.0.0",
|
|
"author": "Joyent (joyent.com)",
|
|
"private": true,
|
|
"dependencies": {
|
|
"async": "0.2.9",
|
|
"assert-plus": "0.1.4",
|
|
"backoff": "2.3.0",
|
|
"bunyan": "0.22.0",
|
|
"cmdln": "1.3.1",
|
|
"dashdash": "1.3.2",
|
|
"extsprintf": "1.0.2",
|
|
"mkdirp": "0.3.5",
|
|
"node-uuid": "1.4.1",
|
|
"once": "1.3.0",
|
|
"smartdc": "git+ssh://git@github.com:joyent/node-smartdc.git#master",
|
|
"verror": "1.3.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|