-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.82 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "RPL",
"version": "0.1.0",
"description": "Riviera Premier League",
"homepage": "http://www.rivierapremierleague.herokuapp.com/",
"bugs": {
"url": "https://github.com/IEEECS-VIT/RPL/issues",
"email": "rivierapremierleague@gmail.com"
},
"private": true,
"main": "./bin/www",
"scripts": {
"postinstall": "node ./node_modules/bower/bin/bower install",
"start": "node ./bin/www"
},
"contributors": [
{
"name": "Aneesh Neelam",
"email": "neelam.aneesh@gmail.com"
},
{
"name": "Kashish Singhal",
"email": "singhal2.kashish@gmail.com"
},
{
"name": "Kunal Nagpal",
"email": "kunagpal@gmail.com"
},
{
"name": "Vikhyati Singh",
"email": "vikhyati.singh2012@vit.ac.in"
},
{
"name": "Ayush Agarwal",
"email": "agarwalayush161@gmail.com"
},
{
"name": "Karan Pittie",
"email": "karan.pittie2013@vit.ac.in"
},
{
"name": "Shivam Mathur",
"email": "burnualive@hotmail.com"
}
],
"dependencies": {
"async": "~0.9.0",
"body-parser": "^1.12.3",
"bower": "^1.4.1",
"cookie-parser": "~1.3.3",
"csurf": "^1.8.0",
"debug": "^2.1.3",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"mongodb": "^2.0.27",
"morgan": "^1.5.2",
"newrelic": "^1.18.3",
"node-logentries": "~0.1.4",
"nodemailer": "^1.3.4",
"serve-favicon": "^2.2.0",
"universal-analytics": "~0.3.6"
},
"optionalDependencies" : {
"bcrypt": "~0.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/IEEECS-VIT/RPL.git"
},
"license": "GPL-3.0+",
"licenses": [
{
"type": "GPL-3.0+",
"url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"engines": {
"node": "0.12.0"
}
}