{
  "name": "find-project-root",
  "version": "1.1.1",
  "description": "Finds project root",
  "main": "index.js",
  "bin": {
    "find-project-root": "./bin/find-project-root.js"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "author": "kirstein",
  "license": "ISC",
  "devDependencies": {
    "mocha": "^2.2.5",
    "sinon": "^1.15.4"
  }
}
