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

50 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-07 23:21:24 +02:00
{
"name": "triton",
2015-09-01 10:31:00 +03:00
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
"version": "4.14.2",
2014-02-07 23:21:24 +02:00
"author": "Joyent (joyent.com)",
"dependencies": {
"assert-plus": "0.2.0",
"backoff": "2.4.1",
2015-08-27 01:01:54 +03:00
"bigspinner": "3.1.0",
"bunyan": "1.5.1",
"cmdln": "4.1.1",
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",
"read": "1.0.7",
"restify-clients": "1.1.0",
"restify-errors": "3.0.0",
"rimraf": "2.4.4",
"semver": "5.1.0",
"smartdc-auth": "git+https://github.com/joyent/node-smartdc-auth.git#05d9077",
"sshpk": "1.7.x",
"strsplit": "1.0.0",
"tabula": "1.7.0",
2015-08-26 00:25:30 +03:00
"vasync": "1.6.3",
"verror": "1.6.0",
"which": "1.2.4",
"wordwrap": "1.0.0"
2014-02-07 23:21:24 +02:00
},
2015-09-01 10:31:00 +03:00
"devDependencies": {
"tape": "4.2.0"
},
2015-09-30 01:15:08 +03:00
"main": "./lib",
2015-09-04 21:38:14 +03:00
"scripts": {
"test": "make test"
},
2015-08-26 21:57:19 +03:00
"bin": {
2015-08-27 01:01:54 +03:00
"triton": "./bin/triton"
2015-08-26 21:57:19 +03:00
},
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-triton.git"
},
2014-02-07 23:21:24 +02:00
"engines": {
"node": ">=0.10"
2015-08-27 04:06:12 +03:00
},
"license": "MPL-2.0"
2014-02-07 23:21:24 +02:00
}