{
  "name": "avn-n",
  "version": "0.2.0",
  "description": "avn plugin for n",
  "homepage": "https://github.com/wbyoung/avn-n",
  "bugs": {
    "url": "https://github.com/wbyoung/avn-n/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report html --",
    "test-travis": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report lcovonly --"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wbyoung/avn-n.git"
  },
  "keywords": [
    "avn",
    "node",
    "n",
    "version",
    "switch",
    "automatic",
    "cd",
    "change",
    "directory"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^2.9.15",
    "semver": "^4.3.3"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "coveralls": "^2.10.0",
    "istanbul": "^0.3.11",
    "jscs": "^1.13.1",
    "jscs-jsdoc": "^1.1.0",
    "jshint": "^2.8.0",
    "mocha": "^2.0.1"
  },
  "peerDependencies": {
    "avn": "0.2.x"
  }
}
