{
  "name": "navy-comms",
  "description": "A CLI used to issue orders to your fleet of Captains via the central Admiral.",
  "version": "1.1.0",
  "repository": {
    "type": "git",
    "url": "git@github.com:microadam/navy-comms"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "bin": {
    "comms": "./comms.js"
  },
  "scripts": {
    "lint": "jshint . --reporter=./node_modules/jshint-full-path/index.js",
    "jscs": "jscs -r unix .",
    "pretest": "npm run-script lint && npm run-script jscs",
    "test": "istanbul cover ./node_modules/.bin/_mocha -- --recursive -R spec -r should",
    "posttest": "istanbul check-coverage && rm -rf coverage"
  },
  "dependencies": {
    "async": "^1.5.1",
    "chalk": "^1.1.1",
    "cli-table": "^0.3.1",
    "columnify": "^1.5.4",
    "commander": "^2.9.0",
    "format-json": "^1.0.3",
    "inquirer": "^0.11.1",
    "leveldown": "^1.4.3",
    "levelup": "^1.3.1",
    "lodash": "^3.10.1",
    "moment": "^2.11.0",
    "node-notifier": "^4.4.0",
    "prettyjson": "^1.1.3",
    "primus": "^4.0.4",
    "primus-emitter": "^3.1.1",
    "service-locator": "^1.0.0",
    "ws": "^1.0.1"
  },
  "devDependencies": {
    "istanbul": "^0.4.1",
    "jscs": "^2.8.0",
    "jshint": "^2.9.1-rc2",
    "jshint-full-path": "^1.1.1",
    "mocha": "^2.3.4",
    "rewire": "^2.5.1",
    "should": "^8.0.2",
    "sinon": "^1.17.2"
  }
}
