forked from ipfs-inactive/js-libp2p-ipfs-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "libp2p-ipfs-browser",
"version": "0.21.0",
"description": "libp2p build (module) used in js-ipfs when running it on the browser",
"main": "src/index.js",
"pre-commit": [
"lint",
"test"
],
"scripts": {
"lint": "aegir-lint",
"test": "gulp test --dom",
"test:node": "gulp test:node",
"test:browser": "gulp test:browser --dom",
"build": "gulp build",
"release": "gulp release --dom",
"release-minor": "gulp release --type minor --dom",
"release-major": "gulp release --type major --dom",
"coverage": "gulp coverage",
"coverage-publish": "aegir-coverage publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-libp2p-ipfs-browser.git"
},
"author": "Friedel Ziegelmayer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/js-libp2p-ipfs-browser/issues"
},
"homepage": "https://github.com/ipfs/js-libp2p-ipfs-browser#readme",
"devDependencies": {
"aegir": "^11.0.1",
"async": "^2.2.0",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"gulp": "^3.9.1",
"libp2p-ipfs-nodejs": "~0.21.0",
"peer-id": "git://github.com/duomarket/js-peer-id.git",
"pre-commit": "^1.2.2",
"pull-goodbye": "0.0.1",
"pull-serializer": "^0.3.2",
"pull-stream": "^3.5.0",
"webrtcsupport": "^2.2.0"
},
"dependencies": {
"libp2p": "git://github.com/duomarket/js-libp2p.git",
"libp2p-multiplex": "^0.4.3",
"libp2p-secio": "git://github.com/duomarket/js-libp2p-secio.git",
"libp2p-swarm": "git://github.com/duomarket/js-libp2p-swarm.git",
"libp2p-websockets": "git://github.com/duomarket/js-libp2p-websockets.git",
"mafmt": "^2.1.7",
"multiaddr": "^2.2.3",
"peer-book": "git://github.com/duomarket/js-peer-book.git",
"peer-id": "git://github.com/duomarket/js-peer-id.git",
"peer-info": "git://github.com/duomarket/js-peer-info.git"
},
"contributors": [
"David Dias <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Richard Littauer <[email protected]>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"greenkeeperio-bot <[email protected]>",
"kumavis <[email protected]>"
]
}