-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 883 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": "beach-me-backend",
"version": "1.0.0",
"description": "backend and database modeling for beach-me beachfinding app",
"main": "server.js",
"dependencies": {
"axios": "^0.19.2",
"connect-datadog": "0.0.9",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"google-distance-matrix": "^1.1.1",
"hot-shots": "^8.3.0",
"mongoose": "^5.11.8",
"openweather-apis": "^4.3.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stall84/Beach-Me-Backend.git"
},
"author": "Michael E Stallings",
"license": "ISC",
"bugs": {
"url": "https://github.com/stall84/Beach-Me-Backend/issues"
},
"homepage": "https://github.com/stall84/Beach-Me-Backend#readme"
}