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

55 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2014-02-07 23:21:24 +02:00
{
2018-02-10 18:48:47 +02:00
"name": "spearhead",
"description": "Spearhead Cloud CLI and client (https://spearhead.cloud)",
"version": "7.0.0",
2018-02-10 18:48:47 +02:00
"author": "Spearhead Systems (spearhead.systems)",
2018-02-10 20:53:35 +02:00
"homepage": "https://code.spearhead.cloud/Spearhead/node-spearhead",
2014-02-07 23:21:24 +02:00
"dependencies": {
"assert-plus": "0.2.0",
"backoff": "2.4.1",
2015-08-27 01:01:54 +03:00
"bigspinner": "3.1.0",
"bunyan": "1.8.12",
"cmdln": "4.1.2",
2014-02-07 23:21:24 +02:00
"extsprintf": "1.0.2",
"getpass": "0.1.6",
"jsprim": "1.4.0",
2015-08-26 02:51:59 +03:00
"lomstream": "1.1.0",
"mkdirp": "0.5.1",
"once": "1.3.2",
"read": "1.0.7",
"restify-clients": "1.5.2",
"restify-errors": "3.0.0",
"rimraf": "2.4.4",
"semver": "5.1.0",
"smartdc-auth": "2.5.7",
"sshpk": "1.14.1",
"sshpk-agent": "1.7.0",
"strsplit": "1.0.0",
"tabula": "1.10.0",
2015-08-26 00:25:30 +03:00
"vasync": "1.6.3",
"verror": "1.10.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",
"tap-summary": "3.0.2",
"uuid": "3.2.1"
2015-09-01 10:31:00 +03:00
},
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": {
2018-02-10 18:48:47 +02:00
"spearhead": "./bin/spearhead"
2015-08-26 21:57:19 +03:00
},
"repository": {
"type": "git",
2018-02-10 20:53:35 +02:00
"url": "git://code.spearhead.cloud/Spearhead/node-spearhead"
},
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
}