-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "book2json",
"version": "1.0.1",
"description": "HTML Importer from Gutenberg to JSON",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Chad Jones <[email protected]>",
"license": "ISC",
"dependencies": {
"async-throttle": "^1.1.0",
"axios": "^0.15.3",
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"detect-character-encoding": "^0.3.1",
"diacritics": "^1.3.0",
"ent": "^2.2.0",
"extract-zip": "^1.6.0",
"fs-extra": "^2.1.2",
"iconv": "^2.2.3",
"langs": "^2.0.0",
"loadash": "0.0.1",
"mime-types": "^2.1.15",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"roman-numerals": "^0.3.2",
"sanitize-html": "^1.14.1",
"smartquotes": "^2.0.0",
"text-diff": "^1.0.1",
"titlecase": "^1.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-fs": "^1.0.0",
"mocha": "^3.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chadananda/book2json.git"
},
"keywords": [
"gutenberg"
],
"bugs": {
"url": "https://github.com/chadananda/book2json/issues"
},
"homepage": "https://github.com/chadananda/book2json#readme"
}