-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"author": "Venkatesan Sundramurthy <vsundramurthy@ebay.com>",
"name": "ICRS",
"description": "SPOF Agent",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "gitolite@crpgit.corp.ebay.com:WTF"
},
"dependencies": {
"express": "3.0.0",
"mongodb": "1.1.4",
"mongoose": "3.0.x",
"nodeunit": "0.7.4",
"async": "0.1.22",
"winston": "0.6.2",
"dustjs-linkedin": "1.1.1",
"node-minify": "0.4.2",
"consolidate": "0.4.0",
"node-schedule" : "0.1.5",
"spofcheck" : "0.1.3",
"nodemailer" : "0.3.37",
"cron" : "1.0.1",
"mongodb" : "0.9.9-8",
"xml2js": "0.2.2"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}