-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1020 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
{
"name": "sequelize-passport-example",
"version": "1.0.0",
"description": "Using Passport with Sequelize and MySQL",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyndachiwetelu/using-passport-with-sequelize-and-mysql.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lyndachiwetelu/node-passport-with-sequelize-and-mysql-example/issues"
},
"homepage": "https://github.com/lyndachiwetelu/node-passport-with-sequelize-and-mysql-example#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-mysql-session": "^1.2.3",
"express-session": "^1.15.0",
"hbs": "^4.0.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sequelize": "^3.30.1"
}
}