-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
40
41
42
43
{
"name": "datematch",
"version": "1.0.0",
"description": "An application to help you find that special someone!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmanosalvas/Project2.git"
},
"keywords": [
"dating"
],
"author": "Don Tran, James Hudgins, Ricardo Manosalvas",
"license": "ISC",
"bugs": {
"url": "https://github.com/rmanosalvas/Project2/issues"
},
"homepage": "https://github.com/rmanosalvas/Project2#readme",
"dependencies": {
"aws-sdk": "^2.739.0",
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"flickity-fullscreen": "^1.1.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0"
}
}