{
  "name": "npmgraphbuilder",
  "version": "2.2.0",
  "description": "Builds graph of npm dependencies from npm registry",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "keywords": [
    "npm",
    "ngraph",
    "graph",
    "dependencies"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/npmgraphbuilder"
  },
  "devDependencies": {
    "tap": "~0.4.8",
    "q": "~1.0.0",
    "ngraph.graph": "0.0.2",
    "ngraph.serialization": "0.0.3"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "npm-package-arg": "^4.2.0",
    "semver": "^5.2.0"
  }
}
