-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 950 Bytes
/
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
{
"name": "jul11co-mangabrowser",
"version": "0.0.6",
"description": "Jul11Co Manga Browser",
"author": "Jul11Co<[email protected]>",
"repository": "https://github.com/jul11co/jul11co-mangabrowser",
"keywords": [
"jul11co",
"nodejs",
"cli",
"mangabrowser"
],
"bin": {
"mangabrowser": "./mangabrowser.js"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.18.3",
"bytes": "^2.5.0",
"chalk": "^1.1.3",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs-extra": "^3.0.1",
"fuse.js": "^3.2.0",
"jsonfile": "^2.4.0",
"jul11co-utils": "^0.1.1",
"jul11co-wdt": "^1.1.25",
"mkdirp": "^0.5.1",
"moment": "^2.19.4",
"natsort": "^1.0.6",
"open": "0.0.5",
"pretty-seconds": "^0.2.1",
"sharp": "^0.18.4",
"socket.io": "^2.1.1",
"unpack-all": "0.0.4"
},
"license": "MIT"
}