UNPKG

indx

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