This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
node-spearhead/package.json

39 lines
863 B
JSON
Raw Normal View History

2014-02-07 13:21:24 -08:00
{
2015-08-25 11:49:46 -07:00
"name": "triton",
2015-09-01 00:31:00 -07:00
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
2014-02-07 13:21:24 -08:00
"version": "1.0.0",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "0.1.5",
"backoff": "2.4.1",
2015-08-26 15:01:54 -07:00
"bigspinner": "3.1.0",
"bunyan": "1.4.0",
"cmdln": "3.3.0",
"dashdash": "1.10.0",
2014-02-07 13:21:24 -08:00
"extsprintf": "1.0.2",
2015-08-25 16:51:59 -07:00
"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+https://github.com/joyent/node-smartdc-auth.git#3be3c1e",
"tabula": "1.6.0",
2015-08-25 14:25:30 -07:00
"vasync": "1.6.3",
"verror": "1.6.0"
2014-02-07 13:21:24 -08:00
},
2015-09-01 00:31:00 -07:00
"devDependencies": {
"tape": "4.2.0"
},
2015-09-04 14:38:14 -04:00
"scripts": {
"test": "make test"
},
2015-08-26 14:57:19 -04:00
"bin": {
2015-08-26 15:01:54 -07:00
"triton": "./bin/triton"
2015-08-26 14:57:19 -04:00
},
2014-02-07 13:21:24 -08:00
"engines": {
"node": ">=0.10"
2015-08-26 18:06:12 -07:00
},
"license": "MPL-2.0"
2014-02-07 13:21:24 -08:00
}