-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
93 lines (93 loc) · 2.11 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
{
"name": "vitacademics",
"version": "1.5.0",
"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": "^2.0.1",
"body-parser": "^1.15.2",
"cheerio": "^0.20.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-mongo-db": "^2.0.3",
"jackrabbit": "^4.3.0",
"jade": "^1.11.0",
"logentries-client": "^1.0.1",
"memory-cache": "^0.1.6",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"mongodb": "^2.2.5",
"morgan": "^1.7.0",
"newrelic": "^1.29.0",
"node-ga": "^0.1.1",
"pug": "^2.0.0-alpha8",
"serve-favicon": "^2.3.0",
"underscore": "^1.8.3",
"unirest": "^0.5.0"
},
"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": "stable"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.1",
"supertest": "^2.0.0"
}
}