-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1023 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
{
"name": "example",
"version": "1.0.0",
"description": "server.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"initdb": "node db/initDB.js",
"seed": "node db/seed/seed.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"connect-session-sequelize": "^7.1.1",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-handlebars": "^5.3.3",
"express-session": "^1.17.2",
"handlebars": "^4.7.7",
"mysql2": "^2.3.0",
"nes.css": "^2.3.0",
"sequelize": "^6.6.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rachel-brain/super-duper-bassoon.git"
},
"bugs": {
"url": "https://github.com/rachel-brain/super-duper-bassoon/issues"
},
"homepage": "https://github.com/rachel-brain/super-duper-bassoon#readme"
}