-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 912 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
37
38
39
40
41
42
43
44
{
"name": "bookmyhall",
"version": "1.0.2",
"description": "",
"main": "app.js",
"keywords": [
"Amrita",
"BookMyHall",
"Hall",
"Booking"
],
"man": [
"./README.MD"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ashnayak/BookMyHall.git"
},
"author": "Contributors",
"contributors": [
{
"name": "Aravind V Nair",
"url": "https://aravindvnair1999.blogspot.com"
},
{
"name": "Ashwini Nayak",
"url": "https://github.com/Ashnayak"
}
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Ashnayak/BookMyHall/issues"
},
"homepage": "https://github.com/Ashnayak/BookMyHall",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"mysql": "^2.17.1"
}
}