-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 942 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
{
"name": "torrent-blob-store",
"version": "2.1.0",
"description": "Read-only BitTorrent backed streaming blob store",
"main": "index.js",
"dependencies": {
"concat-stream": "^1.4.8",
"create-torrent": "^3.10.0",
"duplexify": "^3.1.3",
"mkdirp": "^0.5.0",
"once": "^1.3.1",
"osenv": "^0.1.0",
"parse-torrent": "^4.0.0",
"readable-stream": "^1.0.33",
"torrent-stream": "^0.13.5",
"xtend": "^4.0.0"
},
"devDependencies": {
"abstract-blob-store": "^3.2.0",
"bittorrent-tracker": "^3.4.7",
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/torrent-blob-store.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/torrent-blob-store/issues"
},
"homepage": "https://github.com/mafintosh/torrent-blob-store"
}