-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 922 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
35
36
37
{
"name": "group-project-start",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.3.15",
"morgan": "^1.9.1",
"nodemon": "^1.18.7",
"react-google-maps": "^9.4.5",
"recompose": "^0.30.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/CarringtonAllison/brewbot.git"
},
"bugs": {
"url": "https://github.com/CarringtonAllison/brewbot/issues"
},
"homepage": "https://github.com/CarringtonAllison/brewbot#readme",
"description": ""
}