-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 868 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
{
"name": "ucb-bootcamp-travel",
"version": "1.1.0",
"description": "**Bootcamp Travel** is group 7's project 1 at the University of California, Berkeley, extension, blended-online full-stack web-development part-time bootcamp.",
"main": "server.js",
"scripts": {
"start": "node server",
"server": "nodemon server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadelgamal/ucb-bootcamp-travel.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmadelgamal/ucb-bootcamp-travel/issues"
},
"homepage": "https://github.com/ahmadelgamal/ucb-bootcamp-travel#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}