-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 839 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
{
"name": "k-rpc-socket",
"version": "1.11.1",
"description": "Low level implementation of the k-rpc network layer that the BitTorrent DHT uses",
"main": "index.js",
"chromeapp": {
"dgram": "chrome-dgram",
"dns": "chrome-dns",
"net": "chrome-net"
},
"dependencies": {
"bencode": "^2.0.0",
"chrome-dgram": "^3.0.2",
"chrome-dns": "^1.0.0",
"chrome-net": "^3.3.2"
},
"devDependencies": {
"standard": "*",
"tape": "^4.4.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/k-rpc-socket.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/k-rpc-socket/issues"
},
"homepage": "https://github.com/mafintosh/k-rpc-socket"
}