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) • 566 B
JSON
{
"name": "find-root",
"author": "AgileMD <hello@agilemd.com>",
"contributors": [
"jden <jason@denizac.org>"
],
"version": "1.0.0",
"description": "find the closest package.json",
"keywords": [
"package",
"module",
"base",
"root"
],
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": "git@github.com:agilemd/find-root.git",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.6.0",
"mocha": "~1.9.0",
"moquire": "~1.5.4"
}
}