forked from gitter-badger/kthoom
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "kthoom",
"version": "1.0.0",
"description": "kthoom is a comic book / ebook reader that runs in the browser using client-side open web technologies such as JavaScript, HTML5, the File API, Web Workers, and Typed Arrays. It can open files from your local hard drive, the network, or Google Drive.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/codedread/kthoom.git"
},
"keywords": [
"comic books",
"javascript",
"books",
"unzip",
"ebook",
"comics",
"epub",
"comic reader",
"cbr",
"ebook reader",
"ebooks",
"epub reader",
"unrar",
"cbz",
"cbt"
],
"author": "Jeff Schiller",
"license": "MIT",
"bugs": {
"url": "https://github.com/codedread/kthoom/issues"
},
"homepage": "https://github.com/codedread/kthoom#readme",
"devDependencies": {
"c8": "^8.0.1",
"chai": "^4.3.10",
"jsdom": "^22.1.0",
"mocha": "^10.8.2"
},
"scripts": {
"coverage": "c8 npm run test",
"test": "./node_modules/.bin/mocha tests --recursive"
}
}