|
1 | 1 | {
|
2 | 2 | "name": "libp2p-switch",
|
3 |
| - "version": "0.43.0", |
4 | 3 | "description": "libp2p switch implementation in JavaScript",
|
5 |
| - "leadMaintainer": "Jacob Heun <[email protected]>", |
6 |
| - "main": "src/index.js", |
7 |
| - "files": [ |
8 |
| - "src", |
9 |
| - "dist" |
10 |
| - ], |
11 |
| - "scripts": { |
12 |
| - "lint": "aegir lint", |
13 |
| - "build": "aegir build", |
14 |
| - "test": "aegir test -t node -t browser", |
15 |
| - "test:node": "aegir test -t node", |
16 |
| - "test:browser": "aegir test -t browser", |
17 |
| - "release": "aegir release -t node -t browser", |
18 |
| - "release-minor": "aegir release --type minor -t node -t browser", |
19 |
| - "release-major": "aegir release --type major -t node -t browser", |
20 |
| - "coverage": "aegir coverage", |
21 |
| - "coverage-publish": "aegir coverage --provider coveralls" |
22 |
| - }, |
23 |
| - "repository": { |
24 |
| - "type": "git", |
25 |
| - "url": "https://github.com/libp2p/js-libp2p-switch.git" |
26 |
| - }, |
27 |
| - "keywords": [ |
28 |
| - "IPFS" |
29 |
| - ], |
30 |
| - "license": "MIT", |
31 |
| - "bugs": { |
32 |
| - "url": "https://github.com/libp2p/js-libp2p-switch/issues" |
33 |
| - }, |
34 |
| - "homepage": "https://github.com/libp2p/js-libp2p-switch", |
35 |
| - "engines": { |
36 |
| - "node": ">=6.0.0", |
37 |
| - "npm": ">=3.0.0" |
38 |
| - }, |
39 |
| - "contributors": [ |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - "Dmitriy Ryajov <[email protected]>", |
46 |
| - "Francisco Baio Dias <[email protected]>", |
47 |
| - "Friedel Ziegelmayer <[email protected]>", |
48 |
| - "Greenkeeper <[email protected]>", |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - "Kobi Gurkan <[email protected]>", |
56 |
| - "Maciej Krüger <[email protected]>", |
57 |
| - "Matteo Collina <[email protected]>", |
58 |
| - "Michael Fakhry <[email protected]>", |
59 |
| - |
60 |
| - "Pau Ramon Revilla <[email protected]>", |
61 |
| - "Pedro Teixeira <[email protected]>", |
62 |
| - "Pius Nyakoojo <[email protected]>", |
63 |
| - "Richard Littauer <[email protected]>", |
64 |
| - |
65 |
| - "Vasco Santos <[email protected]>", |
66 |
| - "greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", |
67 |
| - |
68 |
| - |
69 |
| - "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>" |
70 |
| - ] |
| 4 | + "main": "./index.js" |
71 | 5 | }
|
0 commit comments