forked from syxolk/euro2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 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
40
{
"name": "euro2016",
"description": "UEFA Euro 2016: Betting with your friends",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/syxolk/euro2016"
},
"dependencies": {
"bcrypt": "0.8.6",
"bluebird": "3.3.4",
"body-parser": "1.15.0",
"coffee-script": "1.10.0",
"compression": "1.6.1",
"connect-flash": "0.1.1",
"csurf": "1.8.3",
"express": "4.13.4",
"express-sequelize-session": "0.4.0",
"express-session": "1.13.0",
"feed": "0.3.0",
"file-stream-rotator": "0.0.6",
"hbs": "4.0.0",
"helmet": "1.3.0",
"mailgun-js": "0.7.10",
"moment": "2.12.0",
"morgan": "1.7.0",
"ms": "0.7.1",
"mustache": "2.2.1",
"passport": "0.3.2",
"passport-facebook": "2.1.0",
"passport-google-oauth20": "1.0.0",
"passport-local": "1.0.0",
"pg": "4.5.1",
"pg-hstore": "2.3.2",
"request": "2.72.0",
"sequelize": "3.20.0",
"uuid": "2.0.2"
}
}