-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 853 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
{
"name": "hyperpubsub",
"version": "1.2.4",
"description": "Hypercore Protocol Extension for simple PubSub",
"main": "index.js",
"scripts": {
"generate_protobuf": "protocol-buffers -o ./messages.js ./schema.proto",
"test": "tape tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fsteff/hyperpubsub.git"
},
"keywords": [
"P2P",
"Hypercore",
"Dat"
],
"author": "Stefan Fixl (Fsteff)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fsteff/hyperpubsub/issues"
},
"homepage": "https://github.com/fsteff/hyperpubsub#readme",
"devDependencies": {
"hyperspace": "git+https://github.com/fsteff/hyperspace.git",
"protocol-buffers": "^4.2.0",
"tape": "^5.0.1",
"tmp-promise": "^3.0.2"
},
"dependencies": {
"sodium-universal": "^3.0.4"
}
}