{
  "name": "app-root",
  "version": "3.0.0",
  "description": "Find the entry-point/root file of a front-end application",
  "main": "index.js",
  "scripts": {
    "test": "jscs index.js test/index.js bin/ && mocha test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrjoelkemp/node-app-root"
  },
  "keywords": [
    "amd",
    "commonjs",
    "application",
    "root",
    "entry",
    "point"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrjoelkemp/node-app-root/issues"
  },
  "bin": {
    "approot": "bin/approot.js"
  },
  "homepage": "https://github.com/mrjoelkemp/node-app-root",
  "dependencies": {
    "debug": "^3.1.0",
    "filing-cabinet": "^1.14.0",
    "module-definition": "^2.2.4",
    "node-dir": "~0.1.6",
    "object-assign": "~4.1.1",
    "precinct": "^4.0.0",
    "q": "^1.5.1"
  },
  "devDependencies": {
    "jscs": "~2.11.0",
    "jscs-preset-mrjoelkemp": "~1.0.0",
    "mocha": "~2.0.1"
  }
}
