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

29 lines
706 B
JSON
Raw Normal View History

2014-02-07 23:21:24 +02:00
{
2015-08-25 21:49:46 +03:00
"name": "triton",
"description": "Joyent Triton tool and client (https://www.joyent.com/triton)",
2014-02-07 23:21:24 +02:00
"version": "1.0.0",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "0.1.5",
"backoff": "2.4.1",
2015-08-26 06:53:48 +03:00
"bigspinner": "^3.0.0",
"bunyan": "1.4.0",
2015-08-26 06:26:10 +03:00
"cmdln": "3.2.3",
"dashdash": "1.10.0",
2014-02-07 23:21:24 +02:00
"extsprintf": "1.0.2",
2015-08-26 02:51:59 +03: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+ssh://git@github.com:joyent/node-smartdc-auth.git#9f21966",
2015-08-26 00:25:30 +03:00
"tabula": "1.4.2",
"vasync": "1.6.3",
"verror": "1.6.0"
2014-02-07 23:21:24 +02:00
},
"engines": {
"node": ">=0.10"
}
}