| { |
| "author": "Troy Goode <troygoode@gmail.com> (http://github.com/troygoode/)", |
| "bugs": { |
| "url": "http://github.com/troygoode/node-require-directory/issues/" |
| }, |
| "contributors": [ |
| { |
| "email": "troygoode@gmail.com", |
| "name": "Troy Goode", |
| "web": "http://github.com/troygoode/" |
| } |
| ], |
| "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.", |
| "devDependencies": { |
| "jshint": "^2.6.0", |
| "mocha": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "homepage": "https://github.com/troygoode/node-require-directory/", |
| "keywords": [ |
| "require", |
| "directory", |
| "library", |
| "recursive" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "require-directory", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/troygoode/node-require-directory.git" |
| }, |
| "scripts": { |
| "lint": "jshint index.js test/test.js", |
| "test": "mocha" |
| }, |
| "version": "2.1.1" |
| } |