|
1 | 1 | {
|
2 |
| - "name": "libp2p-pubsub", |
3 |
| - "version": "0.0.0", |
4 |
| - "description": "Pubsub base protocol for libp2p pubsub routers", |
5 |
| - "leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>", |
6 |
| - "main": "src/index.js", |
7 |
| - "scripts": { |
8 |
| - "lint": "aegir lint", |
9 |
| - "test": "aegir test -t node", |
10 |
| - "test:node": "aegir test -t node", |
11 |
| - "build": "aegir build", |
12 |
| - "docs": "aegir-docs", |
13 |
| - "release": "aegir release --target node --docs", |
14 |
| - "release-minor": "aegir release --type minor --docs", |
15 |
| - "release-major": "aegir release --type major --docs", |
16 |
| - "coverage": "aegir coverage", |
17 |
| - "coverage-publish": "aegir coverage --provider coveralls" |
18 |
| - }, |
19 |
| - "files": [ |
20 |
| - "src", |
21 |
| - "dist" |
22 |
| - ], |
23 |
| - "pre-push": [ |
24 |
| - "lint" |
25 |
| - ], |
26 |
| - "repository": { |
27 |
| - "type": "git", |
28 |
| - "url": "git+https://github.com/libp2p/js-libp2p-pubsub.git" |
29 |
| - }, |
30 |
| - "keywords": [ |
31 |
| - "IPFS", |
32 |
| - "libp2p", |
33 |
| - "pubsub", |
34 |
| - "gossip", |
35 |
| - "flood", |
36 |
| - "flooding" |
37 |
| - ], |
38 |
| - "license": "MIT", |
39 |
| - "bugs": { |
40 |
| - "url": "https://github.com/libp2p/js-libp2p-pubsub/issues" |
41 |
| - }, |
42 |
| - "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme", |
43 |
| - "devDependencies": { |
44 |
| - "aegir": "^18.0.3", |
45 |
| - "benchmark": "^2.1.4", |
46 |
| - "chai": "^4.2.0", |
47 |
| - "chai-spies": "^1.0.0", |
48 |
| - "dirty-chai": "^2.0.1", |
49 |
| - "libp2p": "~0.24.4", |
50 |
| - "libp2p-secio": "~0.11.0", |
51 |
| - "libp2p-spdy": "~0.13.1", |
52 |
| - "libp2p-tcp": "~0.13.0", |
53 |
| - "lodash": "^4.17.11", |
54 |
| - "peer-id": "~0.12.2", |
55 |
| - "peer-info": "~0.15.1" |
56 |
| - }, |
57 |
| - "dependencies": { |
58 |
| - "async": "^2.6.1", |
59 |
| - "debug": "^4.1.1", |
60 |
| - "err-code": "^1.1.2", |
61 |
| - "length-prefixed-stream": "^1.6.0", |
62 |
| - "protons": "^1.0.1", |
63 |
| - "pull-pushable": "^2.2.0" |
64 |
| - }, |
65 |
| - "contributors": [] |
| 2 | + "name": "libp2p-pubsub", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Pubsub base protocol for libp2p pubsub routers", |
| 5 | + "leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>", |
| 6 | + "main": "src/index.js", |
| 7 | + "scripts": { |
| 8 | + "lint": "aegir lint", |
| 9 | + "test": "aegir test -t node", |
| 10 | + "test:node": "aegir test -t node", |
| 11 | + "build": "aegir build", |
| 12 | + "docs": "aegir-docs", |
| 13 | + "release": "aegir release --target node --docs", |
| 14 | + "release-minor": "aegir release --type minor --docs", |
| 15 | + "release-major": "aegir release --type major --docs", |
| 16 | + "coverage": "aegir coverage", |
| 17 | + "coverage-publish": "aegir coverage --provider coveralls" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "src", |
| 21 | + "dist" |
| 22 | + ], |
| 23 | + "pre-push": [ |
| 24 | + "lint" |
| 25 | + ], |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "git+https://github.com/libp2p/js-libp2p-pubsub.git" |
| 29 | + }, |
| 30 | + "keywords": [ |
| 31 | + "IPFS", |
| 32 | + "libp2p", |
| 33 | + "pubsub", |
| 34 | + "gossip", |
| 35 | + "flood", |
| 36 | + "flooding" |
| 37 | + ], |
| 38 | + "license": "MIT", |
| 39 | + "bugs": { |
| 40 | + "url": "https://github.com/libp2p/js-libp2p-pubsub/issues" |
| 41 | + }, |
| 42 | + "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme", |
| 43 | + "devDependencies": { |
| 44 | + "aegir": "^18.0.3", |
| 45 | + "benchmark": "^2.1.4", |
| 46 | + "chai": "^4.2.0", |
| 47 | + "chai-spies": "^1.0.0", |
| 48 | + "dirty-chai": "^2.0.1", |
| 49 | + "libp2p": "~0.24.4", |
| 50 | + "libp2p-secio": "~0.11.0", |
| 51 | + "libp2p-spdy": "~0.13.1", |
| 52 | + "libp2p-tcp": "~0.13.0", |
| 53 | + "lodash": "^4.17.11", |
| 54 | + "peer-id": "~0.12.2", |
| 55 | + "peer-info": "~0.15.1" |
| 56 | + }, |
| 57 | + "dependencies": { |
| 58 | + "async": "^2.6.1", |
| 59 | + "debug": "^4.1.1", |
| 60 | + "err-code": "^1.1.2", |
| 61 | + "length-prefixed-stream": "^1.6.0", |
| 62 | + "protons": "^1.0.1", |
| 63 | + "pull-pushable": "^2.2.0" |
| 64 | + }, |
| 65 | + "contributors": [ |
| 66 | + "Vasco Santos <vasco.santos@moxy.studio>" |
| 67 | + ] |
66 | 68 | }
|
0 commit comments