-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "app-root-dir",
"description": "Simple module to infer the root directory of the currently running node application",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/philidem/node-app-root-dir.git"
},
"keywords": [
"modules",
"path",
"node",
"app",
"root",
"directory"
],
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/philidem/node-app-root-dir/issues"
},
"homepage": "https://github.com/philidem/node-app-root-dir",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.0.2"
}