-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 KB
/
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": "simple-ddatabase-protocol",
"version": "4.0.0",
"description": "dDatabase protocol state machine.",
"main": "index.js",
"dependencies": {
"ddatabase-crypto": "git://github.com/DistributedWeb/ddatabase-crypto.git#cb6ad0a594998b258fe62531643c66cab1e9fd9e",
"noise-protocol": "^2.0.0",
"protocol-buffers-encodings": "^1.1.0",
"simple-handshake": "^2.0.0",
"simple-message-channels": "^1.2.1",
"varint": "^5.0.0",
"xsalsa20-universal": "^1.0.0"
},
"devDependencies": {
"protocol-buffers": "^4.1.0",
"standard": "^14.1.0",
"tape": "^4.11.0"
},
"scripts": {
"test": "standard && tape test.js",
"protobuf": "protocol-buffers schema.proto -o messages.js"
},
"repository": {
"type": "git",
"url": "https://github.com/distributedweb/simple-ddatabase-protocol.git"
},
"author": "Peeps Labs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/simple-ddatabase-protocol/issues"
},
"homepage": "https://github.com/distributedweb/simple-ddatabase-protocol"
}