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

26 lines
690 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 (http://www.joyent.com/products/compute-service)",
2014-02-07 23:21:24 +02:00
"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",
"restify": "git+ssh://git@github.com:mcavage/node-restify.git#9bab8b7f",
"smartdc-auth": "git+ssh://git@github.com:joyent/node-smartdc-auth.git#9f21966",
2014-02-07 23:21:24 +02:00
"verror": "1.3.7"
},
"engines": {
"node": ">=0.10"
}
}