booksnew/tools/bookgen/package.json
2015-07-16 16:59:34 +01:00

16 lines
312 B
JSON

{
"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"
}
}