required
Version:
traverse your script and identify dependencies from requires
29 lines (28 loc) • 675 B
JSON
{
"name": "required",
"version": "0.0.3",
"description": "traverse your script and identify dependencies from requires",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-generate": "GENERATE=true npm test",
"coverage": "NODE_ENV=test cover run ./node_modules/mocha/bin/_mocha && cover report html"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-required.git"
},
"keywords": [
"require",
"modules"
],
"dependencies": {
"detective": "0.2.1"
},
"devDependencies": {
"mocha": "~1.5.0",
"cycle": "1.0.0"
},
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT"
}