-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 873 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": "reel-polls",
"version": "1.0.0",
"description": "Web app to create, vote in, and comment on movie-based polls",
"main": "server.js",
"scripts": {
"test": "test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lkalliance/project-2.git"
},
"author": "To Be Named",
"license": "MIT",
"bugs": {
"url": "https://github.com/lkalliance/project-2/issues"
},
"homepage": "https://github.com/lkalliance/project-2#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.2",
"express-session": "^1.17.3",
"mysql2": "^3.2.0",
"node-fetch": "^3.3.1",
"path": "^0.12.7",
"pg": "^8.10.0",
"sequelize": "^6.29.3"
}
}