-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.49 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
{
"name": "VITacademics-Worker",
"version": "0.1.1",
"homepage": "https://vitacademics-rel.herokuapp.com",
"description": "The worker process for VITacademics",
"bugs": {
"url": "https://github.com/aneesh-neelam/VITacademics-Worker/issues",
"email": "neelam.aneesh@gmail.com"
},
"private": true,
"main": "bin/worker",
"scripts": {
"start": "node bin/worker",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aneesh-neelam/VITacademics-Worker.git"
},
"contributors": [
{
"name": "Aneesh Neelam",
"email": "neelam.aneesh@gmail.com"
},
{
"name": "Karthik Balakrishnan",
"email": "karthikb351@gmail.com"
},
{
"name": "Kishore Narendran",
"email": "kishore.narendran09@gmail.com"
},
{
"name": "Saurabh Joshi",
"email": "battlex94@gmail.com"
},
{
"name": "Siddharth Gupta",
"email": "sids.1992@gmail.com"
},
{
"name": "Sreeram Boyapati",
"email": "sreeram.boyapati2011@gmail.com"
},
{
"name": "Ayush Agarwal",
"email": "agarwalayush161@gmail.com"
}
],
"license": "GPL-3.0+",
"licenses": [
{
"type": "GPL-3.0+",
"url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"engines": {
"iojs": "stable"
},
"dependencies": {
"jackrabbit": "^3.0.8",
"mongodb": "^2.0.25",
"underscore": "^1.8.2"
},
"devDependencies": {}
}