-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 956 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
{
"name": "foodfortune-webapp",
"version": "1.0.0",
"description": "Food And Fortune is a random restaurant chooser application based on specialized food collections specific to a city. The app is based on the Zomato Restaurant and Fortune Cookie API. Users load a city and receive random selections of restaurants to guide them to their next food destination. The app also displays 1 Fortune from the Fortune Cookie API with each search.",
"main": "server.js",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lr001dev/FoodFortune-WebApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lr001dev/FoodFortune-WebApp/issues"
},
"homepage": "https://github.com/lr001dev/FoodFortune-WebApp#readme"
}