-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 875 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
{
"name": "dht-index",
"version": "1.0.0",
"description": "A distributed metadata index from bittorrent DHT",
"main": "index.js",
"repository": "https://github.com/seykron/bittorrent-dht-index",
"scripts": {
"test": "jasmine-node test"
},
"keywords": [
"bittorrent",
"dht",
"crawler",
"scrapper"
],
"author": "seykron <[email protected]>",
"license": "GPLv2",
"dependencies": {
"async": "^0.9.0",
"bencode": "^0.7.0",
"cassandra-driver": "^2.0.0",
"compact2string": "^1.4.0",
"debug": "^2.1.1",
"extend": "^2.0.0",
"hat": "0.0.3",
"hiredis": "^0.4.1",
"promise": "^7.1.1",
"random-ip": "0.0.1",
"redis": "^0.12.1",
"string2compact": "^1.2.1",
"sudo": "^1.0.3",
"tail": "^0.4.0",
"torrent-stream": "^1.0.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}