UNPKG

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