-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
175 lines (175 loc) · 4.58 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "GPL",
"version": "0.3.7",
"description": "graVITas Premier League",
"homepage": "http://gpl.ieeecsvit.com/",
"bugs": {
"url": "https://github.com/IEEECS-VIT/GPL/issues",
"email": "[email protected]"
},
"private": true,
"main": "./bin/www",
"scripts": {
"sim": "node bin/simulate",
"pack": "node utils/misc/pack.js",
"docs": "node node_modules/.bin/jsdoc -c .jsdocrc bin database routes utils worker app.js",
"seed": "node utils/database/seed.js",
"purge": "node utils/database/purge.js",
"watch": "node utils/static/minWatcher.js",
"scrape": "node utils/commentary/scrape.js",
"schedule": "node utils/database/schedule.js",
"deploy": "heroku pipelines:promote -r heroku",
"lint-css": "node node_modules/.bin/csslint public/stylesheets",
"lint-js": "node node_modules/.bin/eslint .",
"lint": "npm run lint-css && npm run lint-js",
"postinstall": "npm shrinkwrap --dev && node utils/misc/postinstall.js",
"start": "npm run pack && node node_modules/.bin/forever ./bin/www",
"stop": "node node_modules/.bin/forever stop ./bin/www",
"restart": "node node_modules/.bin/forever restart ./bin/www",
"test-unit": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/unit",
"test-structure": "node node_modules/.bin/mocha test/structure",
"test": "node node_modules/.bin/mocha test"
},
"precommit": {
"run": [],
"silent": false,
"colors": true
},
"contributors": [
[
{
"name": "Aneesh Neelam",
"email": "[email protected]"
},
{
"name": "Kashish Singhal",
"email": "[email protected]"
},
{
"name": "Kunal Nagpal",
"email": "[email protected]"
},
{
"name": "Ayush Agarwal",
"email": "[email protected]"
},
{
"name": "Shivam Mathur",
"email": "[email protected]"
},
{
"name": "Karan Pittie",
"email": "[email protected]"
},
{
"name": "Vikhyati Singh",
"email": "[email protected]"
}
],
[
{
"name": "Sakshi Anand",
"email": "[email protected]"
},
{
"name": "Saurabh Mathur",
"email": "[email protected]"
},
{
"name": "Tanisha Chawla",
"email": "[email protected]"
},
{
"name": "Harshal Varday",
"email": "[email protected]"
},
{
"name": "Waris Chutani",
"email": "[email protected]"
}
],
[
{
"name": "Vishwajeetsinh Jadeja",
"email": "[email protected]"
},
{
"name": "Ankur Sarode",
"email": "[email protected]"
},
{
"name": "Umang Chaudhary",
"email": "[email protected]"
},
{
"name": "Anish Singh Walia",
"email": "[email protected]"
}
]
],
"dependencies": {
"async": "2.0.1",
"body-parser": "1.15.2",
"clean-css": "4.0.6",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"debug": "^2.2.0",
"ejs": "2.5.2",
"emailjs": "1.0.8",
"express": "4.14.0",
"express-session": "1.14.1",
"forever": "^0.15.2",
"helmet": "2.2.0",
"heroku-client": "^2.4.3",
"lodash": "4.16.1",
"mongodb": "2.2.10",
"morgan": "^1.7.0",
"newrelic": "1.30.3",
"node-logentries": "^0.1.4",
"nodemailer": "2.6.0",
"nodemailer-sendgrid-transport": "0.2.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"raven": "0.12.1",
"serve-favicon": "^2.3.0",
"uglify-js": "2.7.3"
},
"optionalDependencies": {
"bcrypt": "~0.8.5"
},
"devDependencies": {
"cheerio": "0.22.0",
"csslint": "1.0.2",
"dotenv": "^2.0.0",
"eslint-plugin-jsdoc": "2.3.1",
"eslint-plugin-lodash": "1.10.3",
"eslint-plugin-mocha": "4.5.1",
"eslint-plugin-mongodb": "0.2.4",
"eslint-plugin-security": "1.2.0",
"faker": "^3.1.0",
"ink-docstrap": "1.3.0",
"istanbul": "0.4.5",
"js-yaml": "3.6.1",
"jsdoc": "3.4.1",
"mocha": "3.0.2",
"nsp": "2.6.1",
"pre-commit": "^1.1.2",
"supertest": "2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IEEECS-VIT/GPL.git"
},
"license": "GPL-3.0+",
"licenses": [
{
"type": "GPL-3.0+",
"url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"engines": {
"node": "6.x"
}
}