url-to-epub/package.json

25 lines
628 B
JSON
Raw Normal View History

2020-01-07 20:56:50 +00:00
{
"name": "url-to-epub",
2022-01-04 04:13:59 +00:00
"version": "1.2.4",
"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
},
2020-01-16 09:14:08 +00:00
"repository": {
"type": "git",
"url": "https://github.com/captn3m0/url-to-epub.git"
},
"funding": "https://paypal.me/captn3m0",
2020-01-07 20:56:50 +00:00
"author": "Nemo",
"license": "MIT",
"dependencies": {
2020-07-19 13:44:11 +00:00
"article-parser": "^4.2.1",
"node-downloader-helper": "^1.0.13",
"node-pandoc-promise": "0.0.6",
2020-07-19 13:44:11 +00:00
"slugify": "^1.4.4",
"tempfile": "^3.0.0",
2020-07-19 13:44:11 +00:00
"yargs": "^15.4.1"
2020-01-07 20:56:50 +00:00
}
}