forked from shilomagen/hackathon-matching-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "mtaregistrationplatform",
"version": "1.0.0",
"description": "Hackathon registration platform",
"main": "server.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/shilomangam/mtaregistrationplatform"
},
"keywords": [
"MEAN",
"MVC"
],
"author": "Shilo Mangam <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shilomangam/mtaregistrationplatform/issues"
},
"homepage": "https://github.com/shilomangam/mtaregistrationplatform",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.27.0",
"body-parser": "^1.10.1",
"connect-flash": "^0.1.1",
"dotenv": "^4.0.0",
"ejs": "^2.0.6",
"express": "^4.10.7",
"express-session": "^1.10.1",
"forever": "*",
"helmet": "^1.3.0",
"lodash": "^4.17.4",
"mjml": "^3.3.0",
"mongoose": "^4.2.8",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"multer-storage-s3": "^1.1.1",
"nodemailer": "^2.2.1",
"nodemon": "*",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.4.1",
"sendgrid": "^4.7.1",
"twilio": "^2.11.1",
"xml": "^1.0.1"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
}
}