mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 12:32:27 +00:00
merge latest master
This commit is contained in:
commit
2c1874a689
@ -2,7 +2,6 @@ peer-id JavaScript implementation
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/js-peer-id)  [](https://david-dm.org/diasdavid/js-peer-id) [](https://github.com/feross/standard)
|
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/js-peer-id)  [](https://david-dm.org/diasdavid/js-peer-id) [](https://github.com/feross/standard)
|
||||||
|
|
||||||
> IPFS Peer Id implementation in JavaScript
|
> IPFS Peer Id implementation in JavaScript
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "peer-id",
|
"name": "peer-id",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "IPFS Peer Id implementation in Node.js",
|
"description": "IPFS Peer Id implementation in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:node": "node tests/*-test.js",
|
"test:node": "node tests/*-test.js",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"test": "npm run test:node",
|
"test": "npm run test:node",
|
||||||
"lint": "./node_modules/.bin/standard",
|
|
||||||
"test:browser": "./node_modules/.bin/zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- tests/id-test.js",
|
"test:browser": "./node_modules/.bin/zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- tests/id-test.js",
|
||||||
"test:browser:q": "BROWSER_VERSION=46 BROWSER_NAME=chrome npm run test:browser",
|
"test:browser:q": "BROWSER_VERSION=46 BROWSER_NAME=chrome npm run test:browser",
|
||||||
"build": "./node_modules/.bin/browserify -s PeerId -e ./src/index.js | tee dist/peer-id.js | ./node_modules/.bin/uglifyjs -m > dist/peer-id.min.js"
|
"build": "./node_modules/.bin/browserify -s PeerId -e ./src/index.js | tee dist/peer-id.js | ./node_modules/.bin/uglifyjs -m > dist/peer-id.min.js"
|
||||||
@ -30,9 +29,9 @@
|
|||||||
"node": "^4.2.0"
|
"node": "^4.2.0"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/diasdavid/node-peer-id/issues"
|
"url": "https://github.com/diasdavid/js-peer-id/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/diasdavid/node-peer-id",
|
"homepage": "https://github.com/diasdavid/js-peer-id",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"pre-commit": "^1.1.1",
|
"pre-commit": "^1.1.1",
|
||||||
"standard": "^5.3.1",
|
"standard": "^5.3.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user