{
  "name": "global-npm",
  "version": "0.5.0",
  "description": "Require global npm as a local node module.",
  "main": "index.js",
  "scripts": {
    "npm_execpath": "echo $npm_execpath",
    "test": "standard && node test.js"
  },
  "author": "dracupid <dracupid@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "which": "latest"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dracupid/global-npm.git"
  },
  "bugs": {
    "url": "https://github.com/dracupid/global-npm/issues"
  },
  "homepage": "https://github.com/dracupid/global-npm#readme",
  "devDependencies": {
    "standard": "latest"
  }
}
