-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "RegistrationPlatform",
"version": "1.0.0",
"description": "User and Teams Registration Platform - First created for HUJI Hackathon 2016",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/odedva/RegistrationPlatform.git"
},
"keywords": [
"MEAN",
"MVC"
],
"author": "Oded Valtzer <oded.valtzer@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/odedva/RegistrationPlatform/issues"
},
"homepage": "https://github.com/odedva/RegistrationPlatform",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.10.1",
"connect-flash": "^0.1.1",
"ejs": "^2.0.6",
"express": "^4.10.7",
"express-session": "^1.10.1",
"helmet": "^1.3.0",
"mongoose": "^4.2.8",
"nodemon": "*",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"forever": "*",
"nodemailer": "^2.2.1"
}
}