forked from aneesh-neelam/VITacademics
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.03 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
{
"name": "vitacademics",
"version": "1.4.8",
"description": "VITacademics API Server and Web App",
"homepage": "https://vitacademics-rel.herokuapp.com/",
"bugs": {
"url": "https://github.com/aneesh-neelam/VITacademics/issues",
"email": "[email protected]"
},
"private": true,
"main": "bin/www",
"scripts": {
"start": "node bin/www",
"test": "mocha test --timeout 30000"
},
"contributors": [
{
"name": "Aneesh Neelam",
"email": "[email protected]"
},
{
"name": "Karthik Balakrishnan",
"email": "[email protected]"
},
{
"name": "Kishore Narendran",
"email": "[email protected]"
},
{
"name": "Saurabh Joshi",
"email": "[email protected]"
},
{
"name": "Siddharth Gupta",
"email": "[email protected]"
},
{
"name": "Sreeram Boyapati",
"email": "[email protected]"
},
{
"name": "Kunal Nagpal",
"email": "[email protected]"
},
{
"name": "Ayush Agarwal",
"email": "[email protected]"
}
],
"dependencies": {
"async": "1.4.2",
"body-parser": "1.14.0",
"cheerio": "0.19.0",
"cookie": "^0.2.2",
"cookie-parser": "1.4.0",
"ejs": "^2.3.4",
"express": "4.13.3",
"jackrabbit": "4.0.1",
"jade": "1.11.0",
"logentries-client": "1.0.1",
"memory-cache": "^0.1.4",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"mongodb": "^2.0.43",
"morgan": "1.6.1",
"newrelic": "1.22.0",
"node-ga": "0.1.1",
"serve-favicon": "^2.3.0",
"underscore": "1.8.3",
"unirest": "^0.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aneesh-neelam/VITacademics.git"
},
"license": "GPL-3.0",
"licenses": [
{
"type": "GPL-3.0",
"url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"engines": {
"node": "4.1.x"
},
"devDependencies": {
"chai": "3.2.0",
"mocha": "2.3.2",
"supertest": "1.1.0"
}
}