
{
  "name": "storj-admin-cli",
  "version": "0.0.1",
  "description": "command line program for performing manual admin tasks at Storj",
  "bin": {
    "storjadmin": "bin/storjadmin.js",
    "storjadmin-add-credit": "bin/storjadmin-add-credit.js",
    "storjadmin-rate-limit": "bin/storjadmin-rate-limit.js"
  },
  "scripts": {
    "test": "npm run testsuite && npm run linter",
    "testsuite": "STORJ_ALLOW_LOOPBACK=1 ./node_modules/.bin/mocha test/** --recursive",
    "coverage": "STORJ_ALLOW_LOOPBACK=1 ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive",
    "linter": "./node_modules/.bin/jshint --config .jshintrc ./index.js ./lib ./test ./bin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/storj/storj-admin-cli.git"
  },
  "keywords": [
    "storj",
    "admin",
    "cli"
  ],
  "author": "Patrick Gerbes <patrick@storj.io>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/storj/storj-admin-cli/issues"
  },
  "homepage": "https://github.com/storj/storj-admin-cli#readme",
  "dependencies": {
    "async": "^1.5.2",
    "bs58": "^3.0.0",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "kad-logger-json": "^0.1.2",
    "prompt": "^1.0.0",
    "storj-service-storage-models": "^8.14.0"
  },
   "devDependencies": {
    "chai": "^2.2.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.13",
    "jshint": "2.8.0",
    "mocha": "^2.2.4",
    "proxyquire": "^1.7.3",
    "sinon": "^1.14.1"
  }
}