generator-module-maker
Version:
Node module scaffolding template with lots of optional badges
58 lines (57 loc) • 1.65 kB
JSON
{
"name": "generator-module-maker",
"version": "1.0.8",
"description": "Node module scaffolding template with lots of optional badges",
"license": "MIT",
"main": "generators/app/index.js",
"files": [
"generators"
],
"repository": "https://github.com/julianjensen/generator-module-maker",
"contributors": [
{
"name": "Julian Jensen",
"email": "jjdanois@gmail.com",
"url": "https://github.com/julianjensen"
}
],
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- ./test/",
"api": "node -e \"const x='README',{readFileSync:_r,writeFileSync:w}=require('fs'),r=f=>_r(f+'.md','utf8'),s=r(x),t='<!--APIS>\\n'+r('tmp')+'<!--APIE>';w(x+'.md',s.replace(/<!--APIS>[\\s\\S]*<!--APIE>/,t))\""
},
"keywords": [
"yeoman-generator",
"boilerplate",
"node",
"starter",
"yeoman",
"plugin",
"module",
"node_module",
"node-module",
"npm-module",
"coveralls",
"coveralls.io",
"travis",
"cli",
"npm",
"npm scripts",
"productivity"
],
"dependencies": {
"camelcase": "^5.0.0",
"generator-git-setup": "^1.0.1",
"generator-travis": "^1.6.0",
"normalize-url": "^2.0.1",
"slug": "^0.9.1",
"yeoman-generator": "^3.2.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"npm-run-all": "^4.1.3",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.7.0"
}
}