worm-scraper/package.json
Domenic Denicola a77306b65e 2.1.0
2018-04-22 15:32:21 -04:00

38 lines
811 B
JSON

{
"name": "worm-scraper",
"description": "Scrapes the web serial Worm into an eBook format",
"keywords": [
"ebook",
"worm",
"parahuman",
"scraper"
],
"version": "2.1.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": "^2.0.0",
"cpr": "^2.2.0",
"jsdom": "^11.1.0",
"mkdirp-then": "^1.0.1",
"requisition": "^1.5.0",
"rimraf-then": "^1.0.0",
"thenify": "^3.3.0",
"throat": "^4.1.0",
"xmlserializer": "^0.6.0",
"yargs": "^8.0.2",
"zfill": "0.0.2"
},
"devDependencies": {
"eslint": "4.4.1"
}
}