{
  "name": "dynector",
  "description": "DynECT dns API command-line tool",
  "version": "2.0.1",
  "author": "C J Silverio <ceej@npmjs.com>",
  "bin": {
    "dynector": "cli.js",
    "dyn": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/npm/dynector/issues"
  },
  "dependencies": {
    "bluebird": "~3.4.6",
    "chalk": "~1.1.2",
    "dyn-js": "git://github.com/npm/dyn-js",
    "update-notifier": "~1.0.2",
    "yargs": "~6.6.0"
  },
  "devDependencies": {
    "coveralls": "~2.11.13",
    "eslint": "~3.13.0",
    "mocha": "~3.2.0",
    "must": "~0.13.2",
    "nyc": "~10.0.0",
    "sinon": "~1.17.5"
  },
  "homepage": "https://github.com/npm/dynector",
  "keywords": [
    "dns",
    "dynect",
    "command-line",
    "cli tool"
  ],
  "license": "ISC",
  "main": "cli.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/dynector.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "nyc mocha -R spec test.js",
    "lint": "eslint .",
    "travis": "npm run lint && npm test"
  }
}
