wbyoung/avn-nvm

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "avn-nvm",
  "version": "0.2.2",
  "description": "avn plugin for nvm",
  "homepage": "https://github.com/wbyoung/avn-nvm",
  "bugs": {
    "url": "https://github.com/wbyoung/avn-nvm/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-nvm.git"
  },
  "keywords": [
    "avn",
    "node",
    "n",
    "version",
    "switch",
    "automatic",
    "cd",
    "change",
    "directory"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^2.9.15",
    "concat-stream": "^1.4.6",
    "semver": "^5.0.3"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.2",
    "jscs": "2.1.1",
    "jscs-jsdoc": "^1.1.0",
    "jshint": "^2.8.0",
    "mocha": "^2.0.1",
    "sinon": "^1.14.1"
  },
  "peerDependencies": {
    "avn": "0.2.x"
  }
}