-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (39 loc) · 955 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
{
"name": "hhkweb",
"version": "1.0.0",
"description": "A web platform to connect hackers, organizers, and sponsors to improve the experience of hackathons organized in Kerala.",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hhkerala/hhkweb.git"
},
"keywords": [
"hackathon",
"kerala",
"hackers",
"organizers",
"sponsors"
],
"author": "Hackathon Hackers Kerala",
"bugs": {
"url": "https://github.com/hhkerala/hhkweb/issues"
},
"homepage": "https://github.com/hhkerala/hhkweb#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.0",
"method-override": "^3.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.2"
}
}