-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 950 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
{
"name": "seattle-bike-racks",
"version": "1.0.0",
"description": "An app providing a map of bike racks in Seattle",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdemichele/seattle-bike-racks.git"
},
"author": "Matthew DeMichele",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdemichele/seattle-bike-racks/issues"
},
"homepage": "https://github.com/mdemichele/seattle-bike-racks#readme",
"dependencies": {
"axios": "^0.26.0",
"body-parser": "^1.19.2",
"connect-mongo": "^4.6.0",
"create-react-app": "^5.0.0",
"csv-parse": "^5.0.4",
"dotenv": "^16.0.0",
"express.js": "^1.0.0",
"fetch": "^1.1.0",
"mongodb": "^4.9.1",
"mongoose": "^6.6.0",
"nodemon": "^2.0.15"
},
"devDependencies": {
"cors": "^2.8.5"
}
}