worm-scraper/package.json
2017-01-02 20:13:55 -05:00

38 lines
815 B
JSON

{
"name": "worm-scraper",
"description": "Scrapes the web serial Worm into an eBook format",
"keywords": [
"ebook",
"worm",
"parahuman",
"scraper"
],
"version": "1.0.0-pre",
"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": "^1.3.0",
"cpr": "^2.0.2",
"jsdom": "^9.9.1",
"mkdirp-then": "^1.0.1",
"requisition": "^1.5.0",
"rimraf-then": "^1.0.0",
"thenify": "^3.1.0",
"throat": "^3.0.0",
"xmlserializer": "^0.6.0",
"yargs": "^6.6.0",
"zfill": "0.0.2"
},
"devDependencies": {
"eslint": "3.12.2"
}
}