bookmaker
Version:
Create books from a folder of markdown files
39 lines (38 loc) • 809 B
JSON
{
"name": "bookmaker",
"version": "1.2.1",
"description": "Create books from a folder of markdown files",
"main": "src/index.js",
"preferGlobal": "true",
"bin": {
"bookmaker": "cli.js"
},
"dependencies": {
"globby": "^0.1.1",
"async": "^0.9.0",
"markdown-parse": "^0.2.1",
"imagemagickresizer": "^1.0.0",
"mkdirp": "^0.5.0",
"minimist": "^0.2.0",
"cli-path-resolve": "0.0.2"
},
"devDependencies": {
"tape": "^2.13.3",
"wrench": "^1.5.8"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/bookmaker.git"
},
"keywords": [
"bookmaker"
],
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/bookmaker/issues"
}
}