forked from orbitdb-archive/orbit-db-pubsub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 863 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
37
38
39
{
"name": "orbit-db-pubsub",
"version": "0.6.1",
"description": "Message propagation module for orbit-db",
"main": "index.js",
"homepage": "https://github.com/orbitdb/orbit-db-pubsub",
"bugs": "https://github.com/orbitdb/orbit-db-pubsub/issues",
"keywords": [
"orbitdb",
"orbit-db",
"pubsub"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard"
},
"author": "Haad",
"contributors": [
"haadcode",
"mistakia",
"oed",
"RichardLitt",
"adam-palazzo"
],
"license": "MIT",
"dependencies": {
"ipfs-pubsub-peer-monitor": "~0.0.5",
"logplease": "~1.2.14",
"p-series": "^1.1.0"
},
"localMaintainers": [
"haad <[email protected]>",
"shamb0t <[email protected]>",
"hajamark <[email protected]>"
],
"devDependencies": {
"standard": "^17.0.0"
}
}