doc88-download
Version:
Download doc88.com document as PNG and HTML
29 lines (28 loc) • 652 B
JSON
{
"name": "doc88-download",
"version": "1.0.0",
"description": "Download doc88.com document as PNG and HTML",
"homepage": "https://github.com/hmt1203/doc88-download",
"main": "index.js",
"author": "TunG",
"repository": {
"type": "git",
"url": "https://github.com/hmt1203/doc88-download"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"commander": "^2.9.0",
"debug": "^2.3.3",
"electron": "^1.4.10",
"jimp": "^0.2.27",
"mkdirp": "^0.5.1",
"request": "^2.79.0"
},
"scripts": {
"test": "node cli"
},
"bin": {
"doc88-download": "./cli.js"
}
}