UNPKG

file-manifest

Version:

Require all the files in a directory into a single object

73 lines (72 loc) 1.65 kB
{ "name": "file-manifest", "description": "Require all the files in a directory into a single object", "version": "2.0.5", "author": { "name": "Andrew Nichols", "email": "tandrewnichols@gmail.com", "url": "www.tandrewnichols.me" }, "repository": { "type": "git", "url": "git://github.com/tandrewnichols/file-manifest.git" }, "homepage": "https://github.com/tandrewnichols/file-manifest", "scripts": { "test": "gulp", "travis": "gulp travis" }, "dependencies": { "async": "^1.5.0", "defiled": "^2.0.0", "lodash": "^3.10.1", "pedestrian": "^1.0.0", "promise": "^7.0.4", "readutf": "^1.0.2", "stack-trace": "0.0.9" }, "devDependencies": { "coffee-script": "^1.8.0", "gulp": "^3.9.0", "gulp-codeclimate-reporter": "github:tandrewnichols/gulp-codeclimate-reporter", "gulp-debug": "^2.1.2", "gulp-istanbul": "^0.10.3", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.2.0", "gulp-open": "^2.1.0", "gulp-sequence": "^0.4.3", "gulp-spawn-mocha": "^2.2.1", "jshint": "2.8.0", "jshint-stylish": "^0.4.0", "mocha": "^2.3.4", "mocha-given": "^0.1.3", "proxyquire": "^1.7.3", "rimraf": "^2.4.4", "should": "^8.0.2", "should-sinon": "0.0.3", "sinon": "^1.10.3" }, "keywords": [ "collect", "coalesce", "require", "directory", "dir", "build", "manifest", "all", "require-dir" ], "license": "MIT", "main": "./lib/file-manifest", "engines": { "node": ">=0.8.0" }, "config": { "blanket": { "pattern": [ "file-manifest/lib" ] } } }