UNPKG

1.16 kBJSONView Raw
1{
2 "name": "abelone",
3 "version": "0.0.19",
4 "description": "Fetch, sanitize, normalize and paginate HTML into turnable bookiza apps",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "bin": {
9 "abelone": "./bin/bin.js",
10 "a": "./bin/bin.js"
11 },
12 "preferGlobal": true,
13 "engines": {
14 "node": "6.1.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://gitlab.com/bookiza/abelone.git"
19 },
20 "keywords": [
21 "bookiza",
22 "anti-scroll",
23 "superbooks",
24 "page-cutter",
25 "sanitizer"
26 ],
27 "bugs": {
28 "url": "https://gitlab.com/bookiza/abelone/issues"
29 },
30 "homepage": "https://gitlab.com/bookiza/abelone",
31 "READme": "https://gitlab.com/bookiza/abelone/blob/master/README.md",
32 "author": "Marvin Danig <marvin@bubbl.in> (https://bubbl.in/marvin)",
33 "license": "MIT",
34 "dependencies": {
35 "chalk": "1.1.3",
36 "cheerio": "0.20.0",
37 "clean-html": "1.3.6",
38 "co": "4.6.0",
39 "co-prompt": "1.0.0",
40 "commander": "2.9.0",
41 "fs-promise": "0.5.0",
42 "glob": "7.0.5",
43 "request": "2.74.0",
44 "sanitize-html": "1.13.0",
45 "unzip": "0.1.11",
46 "wordcount": "1.1.1"
47 }
48}