{
  "name": "find-npm-prefix",
  "version": "1.0.2",
  "description": "Find the npm project directory associated with for a given directory",
  "main": "find-prefix.js",
  "scripts": {
    "test": "standard && tap --100 test"
  },
  "keywords": [],
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  "license": "ISC",
  "devDependencies": {
    "require-inject": "^1.4.2",
    "standard": "^10.0.3",
    "tap": "^10.7.3"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/find-npm-prefix.git"
  },
  "bugs": {
    "url": "https://github.com/npm/find-npm-prefix/issues"
  },
  "homepage": "https://github.com/npm/find-npm-prefix#readme"
}
