Got chapter downloading and conversion working

This commit is contained in:
Domenic Denicola 2015-05-06 00:42:55 +02:00
commit 039c0fb2eb
4 changed files with 144 additions and 3 deletions

View file

@ -19,7 +19,9 @@
"lint": "eslint lib && jscs lib"
},
"dependencies": {
"jsdom": "^5.3.0"
"jsdom": "^5.3.0",
"mkdirp-then": "^1.0.1",
"requisition": "^1.5.0"
},
"devDependencies": {
"eslint": "0.20.0",