package.json

Summary

Maintainability
Test Coverage
{
  "name": "avn",
  "version": "0.2.4",
  "description": "Automatic Node Version Switching",
  "homepage": "https://github.com/wbyoung/avn",
  "bugs": {
    "url": "https://github.com/wbyoung/avn/issues"
  },
  "main": "index.js",
  "bin": {
    "avn": "./bin-public/avn"
  },
  "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.git"
  },
  "keywords": [
    "nvm",
    "n",
    "node",
    "version",
    "switch",
    "automatic",
    "cd",
    "change",
    "directory"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "any-promise": "^1.1.0",
    "bluebird": "^3.1.5",
    "chalk": "^1.0.0",
    "commander": "^2.2.0",
    "lodash": "^4.1.0",
    "mz": "^2.0.0",
    "npm": "^3.9.6"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-as-promised": "^5.1.0",
    "concat-stream": "^1.4.6",
    "coveralls": "^2.10.0",
    "istanbul": "^0.4.2",
    "jscs": "^3.0.4",
    "jshint": "^2.8.0",
    "mocha": "^2.0.1",
    "sinon": "^1.10.2",
    "sinon-chai": "^2.8.0",
    "temp": "^0.8.0"
  }
}