booksnew/tools/bookgen/package.json

16 lines
312 B
JSON
Raw Permalink Normal View History

2015-07-16 15:59:34 +00:00
{
"name": "bookgen",
"version": "1.0.0",
"description": "Generate ebook pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MartinD",
"license": "ISC",
"preferGlobal": true,
"bin": {
"mycliapp": "./bin/bookgen"
}
}