-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 857 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 857 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
28
29
30
31
32
33
34
35
36
37
{
"name": "require-all-root",
"version": "1.0.1",
"description": "Require all files from app's root path (require-all + app-root-path)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedor/node-require-all-root.git"
},
"keywords": [
"require",
"all",
"root",
"path",
"util",
"utility",
"module",
"modules",
"app-root-path",
"root-path",
"require-all",
"import"
],
"author": "Fedor Korshunov <mail@fedor.cc>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fedor/node-require-all-root/issues"
},
"homepage": "https://github.com/fedor/node-require-all-root#readme",
"dependencies": {
"app-root-path": "^1.3.0",
"require-all": "^2.0.0"
}
}