forked from nicolasrusconi/nicolasrusconi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "fifa",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"angular": "^1.4.8",
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"bower": "^1.7.2",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.1.0",
"debug": "^2.2.0",
"ejs": "^2.3.1",
"express": "^4.12.4",
"express-session": "^1.12.1",
"glicko2": "^0.8.4",
"googleapis": "^2.1.7",
"jquery": "^2.2.0",
"method-override": "~2.1.1",
"mongodb": "^2.1.3",
"mongoose": "^4.3.5",
"mongoose-paginate": "^5.0.0",
"morgan": "~1.2.2",
"newrelic": "^1.24.1",
"node-env-file": "^0.1.8",
"nodemailer": "^1.11.0",
"nodemon": "^1.3.7",
"passport": "^0.2.2",
"passport-google-oauth2": "^0.1.6",
"request": "^2.69.0",
"serve-favicon": "^2.2.1",
"underscore": "^1.8.3"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ebergama/fifa.git"
},
"bugs": {
"url": "https://github.com/ebergama/fifa/issues"
},
"homepage": "https://github.com/ebergama/fifa"
}