{
  "name": "npm-path",
  "version": "2.0.3",
  "description": "Get a PATH with all executables available to npm scripts.",
  "main": "index.js",
  "bin": {
    "npm-path": "bin/npm-path"
  },
  "scripts": {
    "test": "faucet && standard *.js test/*.js bin/*.js"
  },
  "author": "Tim Oxley",
  "license": "MIT",
  "engines": {
    "node": ">=4.2.0"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "npm": "^3.10.5",
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "dependencies": {
    "which": "^1.2.10"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timoxley/npm-path.git"
  },
  "keywords": [
    "npm",
    "run",
    "executable"
  ],
  "bugs": {
    "url": "https://github.com/timoxley/npm-path/issues"
  },
  "homepage": "https://github.com/timoxley/npm-path"
}
