-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "hackathon-registration",
"version": "1.0.0",
"description": "Wan2Date Build",
"repository": "https://github.com/chuckb1789/wan2date",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.192.0",
"bcrypt-nodejs": "latest",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"client-sessions": "^0.8.0",
"colors": "^1.1.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.4.3",
"dotenv": "^5.0.0",
"ejs": "~2.5.2",
"express": "^4.15.3",
"express-fileupload": "^0.4.0",
"express-session": "~1.14.1",
"helmet": "^3.11.0",
"method-override": "~2.3.6",
"mongoose": "^4.13.9",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"nodemailer": "^4.4.2",
"objectid": "^3.2.1",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4",
"randomstring": "^1.1.5",
"request": "^2.83.0",
"xoauth2": "^1.2.0"
},
"devDependencies": {}
}