worm-scraper/package.json
Domenic Denicola 6fa3d4461a 2.2.0
2019-08-16 22:53:52 -04:00

37 lines
790 B
JSON

{
"name": "worm-scraper",
"description": "Scrapes the web serial Worm into an eBook format",
"keywords": [
"ebook",
"worm",
"parahuman",
"scraper"
],
"version": "2.2.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "WTFPL",
"repository": "domenic/worm-scraper",
"bin": "lib/worm-scraper.js",
"files": [
"lib/",
"scaffolding/"
],
"scripts": {
"lint": "eslint lib"
},
"dependencies": {
"archiver": "^3.1.1",
"cpr": "^3.0.1",
"jsdom": "^15.1.1",
"mkdirp-then": "^1.0.1",
"requisition": "^1.5.0",
"rimraf-then": "^1.0.0",
"thenify": "^3.3.0",
"throat": "^5.0.0",
"xmlserializer": "^0.6.1",
"yargs": "^13.3.0"
},
"devDependencies": {
"eslint": "6.1.0"
}
}