forked from NCKUKIWI/KIWI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 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
{
"name": "project",
"version": "1.0.0",
"description": "none",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"dev": "NODE_ENV=production node ./node_modules/nodemon/bin/nodemon -e '.js .ejs .css .html' app.js -V"
},
"author": "KIWI",
"license": "ISC",
"dependencies": {
"basic-auth": "^2.0.0",
"body-parser": "^1.15.2",
"compression": "^1.7.0",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"ejs-locals": "^1.0.2",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.15.5",
"express-validator": "^5.3.0",
"fbgraph": "^1.4.1",
"helmet": "^3.8.1",
"mysql": "^2.11.1",
"redis": "^2.8.0",
"request": "^2.79.0",
"sanitize-html": "^1.18.4"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}