-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.14 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
{
"name": "sentry",
"version": "0.0.1",
"description": "Sentry piracy dectection and protection system.",
"dependencies": {
"acquire": "git://github.com/njpatel/acquire.git",
"bcrypt": "*",
"difflib": "0.2.x",
"cheerio": "0.10.x",
"enum": "0.2.x",
"fs-extra": "0.6.x",
"handlebars": "1.0.x",
"hiredis": "*",
"istextorbinary": "~1.0.0",
"knox": "0.8.x",
"knox-mpu": "0.1.x",
"mongodb": "1.3.8",
"node-promise": "0.5.x",
"node-whois": "x.x.x",
"oauth-lite": "*",
"parseq": "0.2.x",
"q": "0.9.x",
"rarfile": "*",
"redis": "*",
"read-torrent": "0.0.x",
"request": "2.x.x",
"rimraf": "2.1.x",
"selenium-webdriver": "2.x.x",
"sendgrid": "1.0.1",
"seq": "0.3.x",
"socket.io": "0.9.x",
"socket.io-client": "0.9.x",
"sugar": "1.x.x",
"traceroute": "x.x.x",
"URIjs": "1.x.x",
"unzip": "*",
"winston": "0.x.x",
"winston-papertrail": "*",
"xmlrpc": "1.1.x",
"xregexp": "2.0.x"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"devDependencies": {},
"repository": "",
"license": "commercial",
"private": true
}