mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 23:50:51 +00:00
* fix(pdd): url for interop pkg was pointing to non-existing branch * fix(pdd): case-sensitive names peer-B.json does not _actually_ exist * fix(pdd): story 2 peer b
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"name": "pdd-impl",
|
|
"version": "0.0.0",
|
|
"description": "PDD Test Stories implementation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": " "
|
|
},
|
|
"keywords": [
|
|
"PDD",
|
|
"libp2p"
|
|
],
|
|
"author": "David Dias <daviddias@ipfs.io>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"libp2p": "file:./..",
|
|
"libp2p-interop": "github:libp2p/interop#master",
|
|
"tape": "^4.8.0"
|
|
}
|
|
}
|