-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 945 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
{
"name": "naranawm",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"start:dev": "nodemon ./bin/www",
"update-deps": "npm update"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.2",
"js2xmlparser": "^3.0.0",
"jsonwebtoken": "^8.1.0",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"node-latex": "^2.4.3",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"passport-localapikey": "^0.0.3",
"pug": "^2.0.0-rc.4",
"redis": "^2.8.0",
"sequelize": "^4.28.0",
"sequelize-cli": "^3.2.0",
"sequelize-redis-cache": "^2.0.1",
"serve-favicon": "^2.4.5",
"sqlite3": "^3.1.13",
"string-format": "^0.5.0",
"tmp": "0.0.33"
},
"devDependencies": {
"nodemon": "^1.12.5"
}
}