url-to-epub/package.json

19 lines
461 B
JSON
Raw Normal View History

2020-01-07 20:56:50 +00:00
{
"name": "url-to-epub",
"version": "1.0.0",
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
2020-01-07 20:56:50 +00:00
"main": "index.js",
"bin": {
"url-to-epub": "./index.js"
2020-01-07 20:56:50 +00:00
},
"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"
2020-01-07 20:56:50 +00:00
}
}