mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 03:02:28 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "peer-id",
|
|
"version": "0.10.0",
|
|
"description": "IPFS Peer Id implementation in Node.js",
|
|
"main": "src/index.js",
|
|
"bin": "src/bin.js",
|
|
"scripts": {
|
|
"lint": "aegir-lint",
|
|
"build": "aegir-build",
|
|
"test": "aegir-test",
|
|
"test:node": "aegir-test node",
|
|
"test:browser": "aegir-test browser",
|
|
"release": "aegir-release",
|
|
"release-minor": "aegir-release --type minor",
|
|
"release-major": "aegir-release --type major",
|
|
"coverage": "aegir-coverage",
|
|
"coverage-publish": "aegir-coverage publish"
|
|
},
|
|
"keywords": [
|
|
"IPFS"
|
|
],
|
|
"author": "David Dias <daviddias@ipfs.io>",
|
|
"license": "MIT",
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.0.0",
|
|
"npm": ">=3.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/libp2p/js-peer-id/issues"
|
|
},
|
|
"homepage": "https://github.com/libp2p/js-peer-id",
|
|
"devDependencies": {
|
|
"aegir": "^11.0.2",
|
|
"chai": "^4.1.2",
|
|
"dirty-chai": "^2.0.1",
|
|
"pre-commit": "^1.2.2"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.5.0",
|
|
"libp2p-crypto": "~0.9.4",
|
|
"lodash": "^4.17.4",
|
|
"multihashes": "~0.4.9"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/libp2p/js-peer-id.git"
|
|
},
|
|
"contributors": [
|
|
"David Dias <daviddias.p@gmail.com>",
|
|
"David Dias <mail@daviddias.me>",
|
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
"Prashanth Chandra <coolshanth94@gmail.com>",
|
|
"Richard Littauer <richard.littauer@gmail.com>",
|
|
"Stephen Whitmore <stephen.whitmore@gmail.com>",
|
|
"greenkeeperio-bot <support@greenkeeper.io>",
|
|
"nginnever <ginneversource@gmail.com>",
|
|
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>"
|
|
]
|
|
} |