-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 848 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": "CheckWebPeer",
"description": "Check WebRTC peers of torrents.",
"version": "0.2.0",
"author": {
"name": "Joaquín Serna",
"url": "http://github.com/BubuAnabelas"
},
"bugs": {
"url": "https://github.com/BubuAnabelas/CheckWebPeer/issues"
},
"dependencies": {
"bittorrent-tracker": "^8.0.6",
"hat": "0.0.3",
"parse-torrent": "^5.7.3",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"browserify": "^10.0.0"
},
"homepage": "https://github.com/BubuAnabelas/CheckWebPeer",
"keywords": [
"p2p",
"webrtc",
"data channel",
"peers",
"webtorrent"
],
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/BubuAnabelas/CheckWebPeer.git"
},
"scripts": {
"build-js": "browserify src > dist/bundle.js"
}
}