-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "animeloop-server",
"repository": {
"url": "https://github.com/moeoverflow/animeloop-server.git",
"type": "git"
},
"version": "2.0.0",
"author": "ShinCurry <[email protected]>",
"contributors": [
"ShinCurry <[email protected]>",
"Dolia Wu <[email protected]>"
],
"license": "GPLv3",
"main": "main.js",
"dependencies": {
"async": "^2.5.0",
"basic-auth-connect": "^1.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "~1.12.4",
"bull": "^3.3.6",
"bull-arena": "^2.2.1",
"chokidar": "^1.7.0",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"debug": "^2.6.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"group-array": "^0.3.3",
"i18n": "^0.8.3",
"image-downloader": "^3.2.2",
"jwt-simple": "^0.5.1",
"log4js": "^1.1.1",
"markdown": "^0.5.0",
"method-override": "^2.3.8",
"mkdirp": "^0.5.1",
"mongoose": "^5.1.0",
"mongoose-auto-increment": "^5.0.1",
"mongoose-findorcreate": "^1.0.1",
"nani": "^1.2.0",
"node-schedule": "^1.2.5",
"nodemailer": "^4.6.4",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"randomcolor": "^0.5.3",
"request": "^2.85.0",
"sharp": "^0.18.2",
"shell-escape": "^0.2.0",
"shelljs": "^0.7.7",
"sitemap": "^1.13.0",
"twit": "^2.2.9"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"apiv1": "bin/api",
"apiv2": "bin/apiv2",
"automator": "bin/automator",
"web": "bin/web",
"bot": "bin/bot"
}
}