-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 KB
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": "ddatabase-protocol",
"version": "8.0.0",
"description": "Protocol for streaming a dDatabase between dWeb peers.",
"main": "index.js",
"dependencies": {
"abstract-extension": "^3.0.1",
"debug": "^4.1.1",
"ddatabase-crypto": "git://github.com/DistributedWeb/ddatabase-crypto.git#cb6ad0a594998b258fe62531643c66cab1e9fd9e",
"inspect-custom-symbol": "^1.1.0",
"nanoguard": "^1.2.1",
"pretty-hash": "^1.0.1",
"simple-ddatabase-protocol": "git://github.com/DistributedWeb/simple-ddatabase-protocol.git#37d5def7f020cd5af0c10704904afd2c9f12fbdb",
"streamx": "^2.1.0",
"timeout-refresh": "^1.0.0"
},
"devDependencies": {
"standard": "^14.1.0",
"tape": "^4.11.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/distributedweb/ddatabase-protocol.git"
},
"author": "Peeps Labs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/ddatabase-protocol/issues"
},
"homepage": "https://github.com/distributedweb/ddatabase-protocol"
}