-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 939 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
{
"name": "Oasis-BackEnd",
"version": "1.0.0",
"description": "The back end section for our application Oasis that allows users to share tips (AKA posts) about their favorite locations around the world created by Brandon Castillo, Karma Drukpa, Amberly Wang and Michael Claus.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonmcastillo/Oasis-BackEnd.git"
},
"author": "Amberly Wang, Karma Drukpa, Brandon Castillo, Michael Claus",
"license": "ISC",
"bugs": {
"url": "https://github.com/brandonmcastillo/Oasis-BackEnd/issues"
},
"homepage": "https://github.com/brandonmcastillo/Oasis-BackEnd#readme",
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.17"
}
}