forked from Difegue/LANraragi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.12 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
{
"name": "lanraragi",
"version": "0.5.7",
"description": "holla where the chinese comics at",
"scripts": {
"test": "prove -l -v tests/*.t",
"lanraragi-installer": "perl ./tools/install.pl",
"start": "perl ./script/lanraragi daemon -l",
"dev-server": "morbo script/lanraragi -l",
"docker-build": "docker build -t difegue/lanraragi -f ./tools/DockerSetup/Dockerfile .",
"critic": "perlcritic ./lib/* ./script/* ./tools/install.pl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Difegue/LANraragi.git"
},
"author": "dfug",
"license": "MIT",
"bugs": {
"url": "https://github.com/Difegue/LANraragi/issues"
},
"homepage": "https://github.com/Difegue/LANraragi#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"allcollapsible": "^1.1.0",
"blueimp-file-upload": "^9.28.0",
"datatables": "^1.10.13",
"inter-ui": "^3.3.2",
"jqcloud2": "^2.0.3",
"jquery": "^3.2.1",
"jquery-migrate": "^3.0.1",
"jquery-toast-plugin": "^1.3.2",
"open-sans-fontface": "^1.4.0",
"qtip2": "^3.0.3",
"roboto-fontface": "^0.8.0"
}
}