-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 KB
/
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": "rendezvoodle-2.0",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"lint": "eslint --quiet ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/anniemcfarland7/Rendezvoodle-2.0.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anniemcfarland7/Rendezvoodle-2.0/issues"
},
"homepage": "https://github.com/anniemcfarland7/Rendezvoodle-2.0#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.1",
"fs": "^0.0.1-security",
"mocha": "^5.2.0",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"prettier": "^1.13.7",
"sequelize": "^4.41.2"
}
}