charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
28 lines (27 loc) • 676 B
JSON
{
"name": "find-node-modules",
"version": "1.0.4",
"description": "Return an array of all parent node_modules directories",
"main": "index.js",
"scripts": {
"test": "node ./test | faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/callumacrae/find-node-modules"
},
"author": "Callum Macrae <callum@macr.ae>",
"license": "MIT",
"bugs": {
"url": "https://github.com/callumacrae/find-node-modules/issues"
},
"homepage": "https://github.com/callumacrae/find-node-modules",
"dependencies": {
"findup-sync": "0.4.2",
"merge": "^1.2.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "4.6.0"
}
}