33 lines
774 B
JSON
33 lines
774 B
JSON
{
|
|
"name": "triton",
|
|
"description": "Joyent Triton tool and client (https://www.joyent.com/triton)",
|
|
"version": "1.0.0",
|
|
"author": "Joyent (joyent.com)",
|
|
"private": true,
|
|
"dependencies": {
|
|
"assert-plus": "0.1.5",
|
|
"backoff": "2.4.1",
|
|
"bigspinner": "3.1.0",
|
|
"bunyan": "1.4.0",
|
|
"cmdln": "3.2.3",
|
|
"dashdash": "1.10.0",
|
|
"extsprintf": "1.0.2",
|
|
"lomstream": "1.1.0",
|
|
"mkdirp": "0.5.1",
|
|
"node-uuid": "1.4.3",
|
|
"once": "1.3.2",
|
|
"restify-clients": "1.0.0",
|
|
"smartdc-auth": "git+ssh://git@github.com:joyent/node-smartdc-auth.git#3be3c1e",
|
|
"tabula": "1.4.2",
|
|
"vasync": "1.6.3",
|
|
"verror": "1.6.0"
|
|
},
|
|
"bin": {
|
|
"triton": "./bin/triton"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|