url-to-epub/package.json

19 lines
461 B
JSON

{
"name": "url-to-epub",
"version": "1.1.0",
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
"main": "index.js",
"bin": {
"url-to-epub": "./index.js"
},
"author": "Nemo",
"license": "MIT",
"dependencies": {
"article-parser": "^4.1.1",
"node-downloader-helper": "^1.0.11",
"node-pandoc-promise": "0.0.6",
"tempfile": "^3.0.0",
"yargs": "^15.1.0"
}
}