-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
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
{
"name": "post-up",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"seeds": "node seeds/index.js",
"start": "node server.js",
"heroku-postbuild": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brian-Lets-Go/Post-Up.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brian-Lets-Go/Post-Up/issues"
},
"homepage": "https://github.com/Brian-Lets-Go/Post-Up#readme",
"dependencies": {
"array-unique": "^0.3.2",
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.2",
"date-and-time": "^2.3.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-handlebars": "^6.0.3",
"express-session": "^1.17.2",
"handlebars": "^4.7.7",
"moment": "^2.29.2",
"mysql2": "^2.3.3",
"sequelize": "^6.17.0"
}
}