-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "kkutu-core",
"version": "2.5.1",
"description": "Rule the words! KKuTu Online Core",
"repository": "https://github.com/JJoriping/KKuTu",
"keywords": [
"kkutu"
],
"author": "JJoriping",
"dependencies": {
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"connect-redis": "^3.2.0",
"dddos": "^0.1.1",
"express": "^4.14.0",
"express-session": "^1.14.2",
"glob": "^7.1.2",
"glob-promise": "^3.3.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0",
"passport": "^0.4.0",
"passport-daldalso": "^1.0.8",
"passport-facebook": "^2.1.1",
"passport-google-oauth2": "^0.1.6",
"passport-kakao": "0.0.5",
"passport-naver": "^1.0.6",
"passport-twitter": "^1.0.4",
"passport-discord": "^0.1.3",
"passport-twitch": "^1.0.3",
"passport-github": "^1.1.0",
"passport-line": "0.0.4",
"passport-instagram": "^1.0.0",
"passport-spotify": "^1.1.0",
"pg": "^6.1.2",
"pg-escape": "^0.2.0",
"pug": "^2.0.4",
"ws": "^3.3.1"
},
"license": "GPL-3.0",
"devDependencies": {
"node-schedule": "^2.0.0"
}
}