-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 899 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 899 Bytes
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
{
"name": "ddatabase-byte-stream",
"version": "2.0.0",
"description": "A Readable stream wrapper around DDatabase that supports reading byte ranges.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/ddatabase-byte-stream.git"
},
"keywords": [
"ddatabase",
"dwebx",
"ddrive"
],
"author": "Peeps Labs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/ddatabase-byte-stream/issues"
},
"homepage": "https://github.com/distributedweb/ddatabase-byte-stream#readme",
"devDependencies": {
"ddatabase": "git://github.com/DistributedWeb/ddatabase.git#e867bd75ce31098ac45e3348fdd6b1d716024e93",
"random-access-memory": "^3.1.1",
"tape": "^5.0.1"
},
"dependencies": {
"readable-stream": "^3.1.1"
}
}