app-root-path
Version:
Determine an app's root path from anywhere inside the app
27 lines (26 loc) • 648 B
JSON
{
"name": "app-root-path",
"version": "0.1.1",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/inxilpro/node-app-root-path.git"
},
"keywords": [
"root",
"path"
],
"author": "Chris Morrell <http://cmorrell.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inxilpro/node-app-root-path/issues"
},
"homepage": "https://github.com/inxilpro/node-app-root-path",
"devDependencies": {
"mocha": "^1.21.4"
}
}