-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1001 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
41
{
"name": "kokodraw",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"basic-auth": "^1.1.0",
"bcrypt": "^1.0.2",
"body-parser": "~1.17.1",
"bootstrap-validator": "^0.11.9",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"dateformat": "^2.0.0",
"debug": "~2.6.0",
"ejs": "^2.5.6",
"express": "~4.15.2",
"express-authentication": "^0.3.2",
"express-jwt": "^5.1.0",
"express-session": "^1.15.1",
"hjs": "~0.0.6",
"morgan": "~1.7.0",
"mysql": "^2.13.0",
"paper": "~0.10.3",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-remember-me": "0.0.1",
"password-hash": "^1.2.2",
"sequelize": "^3.30.2",
"sequelize-cli": "^2.5.1",
"serve-favicon": "~2.4.1",
"socket.io": "^1.7.3",
"svg-to-png": "^3.1.2"
},
"devDependencies": {
"sequelize-cli": "^2.5.1"
}
}