mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-25 05:42:01 +00:00
Rename
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
ipfs-peer-id Node.js implementation
|
peer-id Node.js implementation
|
||||||
===================================
|
==============================
|
||||||
|
|
||||||
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/node-ipfs-peer-id)  [](https://david-dm.org/diasdavid/node-ipfs-peer-id) [](https://github.com/feross/standard)
|
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/node-peer-id)  [](https://david-dm.org/diasdavid/node-peer-id) [](https://github.com/feross/standard)
|
||||||
|
|
||||||
> IPFS Peer Id implementation in Node.js
|
> IPFS Peer Id implementation in Node.js
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ A IPFS Peer Id is based on a sha256 has of the peer public key, using [multihash
|
|||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
```
|
```
|
||||||
$ npm install ipfs-peer-id
|
$ npm install peer-id
|
||||||
```
|
```
|
||||||
|
|
||||||
### Creating a new Id
|
### Creating a new Id
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ipfs-peer-id",
|
"name": "peer-id",
|
||||||
"version": "0.3.1",
|
"version": "0.3.1",
|
||||||
"description": "IPFS Peer Id implementation in Node.js",
|
"description": "IPFS Peer Id implementation in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
@ -18,9 +18,9 @@
|
|||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/diasdavid/node-ipfs-peer-id/issues"
|
"url": "https://github.com/diasdavid/node-peer-id/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/diasdavid/node-ipfs-peer-id",
|
"homepage": "https://github.com/diasdavid/node-peer-id",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"code": "^1.4.1",
|
"code": "^1.4.1",
|
||||||
"lab": "^5.13.0",
|
"lab": "^5.13.0",
|
||||||
|
Reference in New Issue
Block a user