48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "triton",
|
|
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
|
|
"version": "4.5.2",
|
|
"author": "Joyent (joyent.com)",
|
|
"dependencies": {
|
|
"assert-plus": "0.2.0",
|
|
"backoff": "2.4.1",
|
|
"bigspinner": "3.1.0",
|
|
"bunyan": "1.5.1",
|
|
"cmdln": "3.5.3",
|
|
"extsprintf": "1.0.2",
|
|
"lomstream": "1.1.0",
|
|
"mkdirp": "0.5.1",
|
|
"node-uuid": "1.4.3",
|
|
"once": "1.3.2",
|
|
"read": "1.0.7",
|
|
"restify-clients": "1.1.0",
|
|
"restify-errors": "3.0.0",
|
|
"rimraf": "2.4.4",
|
|
"sshpk": "1.7.x",
|
|
"smartdc-auth": "2.3.1",
|
|
"strsplit": "1.0.0",
|
|
"tabula": "1.7.0",
|
|
"vasync": "1.6.3",
|
|
"verror": "1.6.0",
|
|
"wordwrap": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "4.2.0"
|
|
},
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"bin": {
|
|
"triton": "./bin/triton"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/joyent/node-triton.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|