-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
45
46
{
"name": "datahack_registation",
"version": "1.0.0",
"description": "DataHack's registration system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DataHackIL/datahack_registration"
},
"keywords": [
"DataHack",
"hackathon"
],
"author": "Various people",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataHackIL/datahack_registration/issues"
},
"homepage": "https://github.com/DataHackIL/datahack_registration",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.493.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"debug": "^3.2.6",
"dotenv": "^4.0.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"forever": "^1.0.0",
"helmet": "^1.3.0",
"mongoose": "^5.6.4",
"morgan": "^1.9.0",
"multer": "^1.4.1",
"multer-s3": "2.3.2",
"nodemailer": "^2.2.1",
"nodemon": "^1.19.1",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2"
}
}