UNPKG

1.08 kBJSONView Raw
1{
2 "name": "ipfs-pubsub-room",
3 "version": "1.4.1",
4 "description": "IPFS pub-sub room",
5 "main": "src/index.js",
6 "scripts": {
7 "lint": "aegir lint",
8 "test": "aegir test",
9 "test:node": "aegir test -t node",
10 "test:browser": "aegir test - browser"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ipfs-shipyard/ipfs-pubsub-room.git"
15 },
16 "keywords": [
17 "ipfs",
18 "pubsub",
19 "p2p",
20 "room",
21 "broadcast"
22 ],
23 "author": "Pedro Teixeira <i@pgte.me>",
24 "license": "ISC",
25 "bugs": {
26 "url": "https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues"
27 },
28 "homepage": "https://github.com/ipfs-shipyard/ipfs-pubsub-room#readme",
29 "dependencies": {
30 "hyperdiff": "^2.0.5",
31 "lodash.clonedeep": "^4.5.0",
32 "pull-pushable": "^2.2.0",
33 "pull-stream": "^3.6.9"
34 },
35 "devDependencies": {
36 "async": "^2.6.1",
37 "chai": "^4.2.0",
38 "dirty-chai": "^2.0.1",
39 "aegir": "^18.0.3",
40 "ipfs": "~0.34.4"
41 },
42 "browser": {
43 "./test/utils/create-repo-node.js": "./test/utils/create-repo-browser.js"
44 }
45}