UNPKG

1.18 kBJSONView Raw
1{
2 "name": "ipfs-pubsub-room",
3 "version": "1.1.1",
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:node && npm run test:browser",
9 "test:node": "aegir test --target node",
10 "test:browser": "aegir test --target browser --dom"
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.3",
31 "lodash.clonedeep": "^4.5.0",
32 "pull-pushable": "^2.1.1",
33 "pull-stream": "^3.6.1",
34 "safe-buffer": "^5.1.1"
35 },
36 "devDependencies": {
37 "async": "^2.5.0",
38 "chai": "^4.1.1",
39 "dirty-chai": "^2.0.1",
40 "aegir": "^12.1.3",
41 "ipfs": "^0.27.0"
42 },
43 "browser": {
44 "./test/utils/create-repo-node.js": "./test/utils/create-repo-browser.js"
45 }
46}