-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (43 loc) · 1004 Bytes
/
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
{
"name": "proxibase",
"version": "5.0.1",
"private": true,
"description": "Proxibase Service",
"author": {
"name": "3meters Engineering",
"email": "[email protected]>"
},
"contributors": [
{ "name": "George Snelling", "email": "[email protected]" },
{ "name": "Jay Massena", "email": "[email protected]" }
],
"dependencies": {
"tipe": "*",
"scrub": "*",
"express": "<5",
"serve-static": "*",
"serve-favicon": "*",
"robots.txt": "*",
"compression": "*",
"body-parser": "*",
"mongodb": "*",
"kerberos": "*",
"lodash": "*",
"knox": "*",
"commander": "*",
"nodeunit": "*",
"async": "*",
"nodemailer": "*",
"nodemailer-sendgrid-transport": "*",
"superagent": "*",
"request": "*",
"parse": "*",
"proxdb": "3meters/proxdb",
"proxutils": "3meters/proxutils"
},
"repository": "git://github.com:3meters/proxibase",
"main": "prox.js",
"scripts": {
"start": "node prox.js"
}
}