-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
{
"title": "Hall Management System",
"name": "hall-management-system",
"version": "2.0.0",
"description": "A Hall Management System made originally for Amrita University based on HTML5, CSS3 + Materialize, JS, Node.js, MySQL",
"main": "index.js",
"man": [
"./README.MD"
],
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aravindvnair99/Hall-Management-System.git"
},
"author": "Contributors",
"contributors": [
{
"name": "Aravind V Nair",
"url": "https://github.com/aravindvnair99"
},
{
"name": "Abhishek Sai",
"url": "https://github.com/Abhishek-Sai"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindvnair99/Hall-Management-System/issues"
},
"homepage": "https://github.com/aravindvnair99/Hall-Management-System",
"dependencies": {
"body-parser": "^1.19.1",
"cookie-session": "^1.4.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-rate-limit": "^5.5.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql-aes": "^0.0.1"
}
}