UNPKG

847 BJSONView Raw
1{
2 "name": "app-root",
3 "version": "1.1.0",
4 "description": "Find the entry-point/root file of any CommonJS or AMD JavaScript application",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/mrjoelkemp/node-app-root"
12 },
13 "keywords": [
14 "amd",
15 "commonjs",
16 "application",
17 "root",
18 "entry",
19 "point"
20 ],
21 "author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/mrjoelkemp/node-app-root/issues"
25 },
26 "homepage": "https://github.com/mrjoelkemp/node-app-root",
27 "dependencies": {
28 "module-definition": "^1.0.3",
29 "detective": "^3.1.0",
30 "required": "^0.4.0",
31 "q": "^1.0.1",
32 "detective-amd": "^2.0.0"
33 }
34}