UNPKG

1.1 kBJSONView Raw
1{
2 "author": "Troy Goode <troygoode@gmail.com> (http://github.com/troygoode/)",
3 "name": "require-directory",
4 "version": "0.0.3",
5 "description": "Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.",
6 "keywords": ["require", "directory", "library", "recursive"],
7 "homepage": "https://github.com/troygoode/node-require-directory/",
8 "main": "index.js",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/troygoode/node-require-directory.git"
12 },
13 "contributors": [
14 {
15 "name": "Troy Goode",
16 "email": "troygoode@gmail.com",
17 "web": "http://github.com/troygoode/"
18 }
19 ],
20 "licenses": [
21 {
22 "type": "MIT",
23 "url": "http://www.opensource.org/licenses/mit-license.php"
24 }
25 ],
26 "bugs": {
27 "url": "http://github.com/troygoode/node-require-directory/issues/"
28 },
29 "engines": {
30 "node": ">=0.6.0"
31 },
32 "dependencies": {},
33 "devDependencies": {
34 "mocha": "latest"
35 },
36 "scripts": {
37 "test": "./node_modules/mocha/bin/mocha"
38 },
39 "bin": {}
40}