-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 946 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": "apiserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async-request": "^1.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"hangul-js": "^0.2.5",
"helmet": "^3.13.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"lowdb": "^1.0.0",
"morgan": "~1.9.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.3",
"open-graph-scraper": "^3.5.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"query-string": "^6.2.0",
"request": "^2.88.0",
"sequelize": "^4.41.0",
"session-file-store": "^1.2.0",
"solr-node": "^1.0.14",
"tough-cookie": "^2.4.3"
},
"engines": {
"node": "8.12.0",
"npm": "6.4.1"
}
}