|
- {
- "name": "spearhead",
- "description": "Spearhead Cloud CLI and client (https://spearhead.cloud)",
- "version": "7.0.0",
- "author": "Spearhead Systems (spearhead.systems)",
- "homepage": "https://code.spearhead.cloud/Spearhead/node-spearhead",
- "dependencies": {
- "assert-plus": "0.2.0",
- "backoff": "2.4.1",
- "bigspinner": "3.1.0",
- "bunyan": "1.8.12",
- "cmdln": "4.1.2",
- "extsprintf": "1.0.2",
- "getpass": "0.1.6",
- "jsprim": "1.4.0",
- "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",
- "vasync": "1.6.3",
- "verror": "1.10.0",
- "which": "1.2.4",
- "wordwrap": "1.0.0"
- },
- "devDependencies": {
- "tape": "4.2.0",
- "tap-summary": "3.0.2",
- "uuid": "3.2.1"
- },
- "main": "./lib",
- "scripts": {
- "test": "make test"
- },
- "bin": {
- "spearhead": "./bin/spearhead"
- },
- "repository": {
- "type": "git",
- "url": "git://code.spearhead.cloud/Spearhead/node-spearhead"
- },
- "engines": {
- "node": ">=0.10"
- },
- "license": "MPL-2.0"
- }
|