mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-04-25 14:22:30 +00:00
chore: minor cleanup and updates
This commit is contained in:
parent
be4f059eef
commit
3c3a7077f6
11
README.md
11
README.md
@ -1,11 +1,12 @@
|
||||
js-libp2p-websockets
|
||||
====================
|
||||
# js-libp2p-websockets
|
||||
|
||||
[](http://ipn.io)
|
||||
[](http://ipfs.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||

|
||||
[](https://david-dm.org/libp2p/js-libp2p-websockets)
|
||||
[](https://github.com/feross/standard)
|
||||
[](https://coveralls.io/github/libp2p/js-libp2p-websockets?branch=master)
|
||||
[](https://travis-ci.org/libp2p/js-libp2p-websockets)
|
||||
[](https://circleci.com/gh/libp2p/js-libp2p-websockets)
|
||||
[](https://david-dm.org/libp2p/js-libp2p-websockets) [](https://github.com/feross/standard)
|
||||
|
||||

|
||||

|
||||
|
12
package.json
12
package.json
@ -22,7 +22,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/diasdavid/js-libp2p-websockets.git"
|
||||
"url": "git+https://github.com/libp2p/js-libp2p-websockets.git"
|
||||
},
|
||||
"keywords": [
|
||||
"IPFS"
|
||||
@ -30,25 +30,25 @@
|
||||
"author": "David Dias <daviddias@ipfs.io>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/diasdavid/js-libp2p-websockets/issues"
|
||||
"url": "https://github.com/libp2p/js-libp2p-websockets/issues"
|
||||
},
|
||||
"homepage": "https://github.com/diasdavid/js-libp2p-websockets#readme",
|
||||
"homepage": "https://github.com/libp2p/js-libp2p-websockets#readme",
|
||||
"dependencies": {
|
||||
"detect-node": "^2.0.3",
|
||||
"interface-connection": "^0.1.8",
|
||||
"lodash.contains": "^2.4.3",
|
||||
"mafmt": "^2.1.0",
|
||||
"mafmt": "^2.1.1",
|
||||
"run-parallel": "^1.1.6",
|
||||
"simple-websocket": "^4.1.0",
|
||||
"simple-websocket-server": "^0.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^6.0.0",
|
||||
"aegir": "^6.0.1",
|
||||
"multiaddr": "^2.0.2",
|
||||
"chai": "^3.5.0",
|
||||
"gulp": "^3.9.1",
|
||||
"interface-transport": "^0.2.0",
|
||||
"pre-commit": "^1.1.2"
|
||||
"pre-commit": "^1.1.3"
|
||||
},
|
||||
"contributors": [
|
||||
"David Dias <daviddias.p@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user