UNPKG

indx

Version:
26 lines (25 loc) 624 B
{ "name": "indx", "version": "0.1.1", "author": "Jeff Escalante <hello@jenius.me>", "description": "require_tree for node", "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/jenius/indx.git" }, "dependencies": { "coffee-script": "1.7.x", "colors": "0.6.x" }, "devDependencies": { "mocha": "*", "should": "*", "coveralls": "2.x", "mocha-lcov-reporter": "0.0.1", "istanbul": "0.2.x" }, "scripts": { "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" } }