-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 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": "fan-tastic_food",
"version": "1.0.0",
"description": "Avoid the lines, order food right from your seat!",
"main": "index.js",
"scripts": {
"init": "node createDatabase.js && node index.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordanenichols/fan-tastic_food.git"
},
"keywords": [
"Food",
"Fantastic",
"Stadium",
"Fast",
"Lines"
],
"author": "Paul Stephen Hutchinson Maltaghati, Jordan Nichols, Xavier Ruiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/jordanenichols/fan-tastic_food/issues"
},
"homepage": "https://github.com/jordanenichols/fan-tastic_food#readme",
"dependencies": {
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"mongojs": "^2.6.0",
"twilio": "^3.28.0"
}
}