forked from hannahpsmith1/project-two
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 850 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
{
"name": "hikr",
"version": "1.0.0",
"description": "app for finding and recording hikes",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hannahpsmith1/project-two.git"
},
"author": "Daniel Jauregui, Hannah Smith, Sierra Chapman",
"license": "MIT",
"bugs": {
"url": "https://github.com/hannahpsmith1/project-two/issues"
},
"homepage": "https://github.com/hannahpsmith1/project-two#readme",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^6.3.3"
}
}