mirror of
https://github.com/fluencelabs/js-libp2p-secio
synced 2025-03-15 09:50:55 +00:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "libp2p-secio",
|
|
"version": "0.6.7",
|
|
"description": "Secio implementation in JavaScript",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "aegir-lint",
|
|
"build": "aegir-build",
|
|
"test": "gulp test",
|
|
"test:node": "gulp test:node",
|
|
"test:browser": "gulp test:browser",
|
|
"release": "gulp release --dom",
|
|
"release-minor": "gulp release --type minor",
|
|
"release-major": "gulp release --type major",
|
|
"coverage": "aegir-coverage",
|
|
"coverage-publish": "aegir-coverage publish",
|
|
"bench": "node benchmarks/send.js"
|
|
},
|
|
"keywords": [
|
|
"IPFS",
|
|
"libp2p",
|
|
"crypto",
|
|
"rsa"
|
|
],
|
|
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.1.5",
|
|
"debug": "^2.6.3",
|
|
"interface-connection": "~0.3.2",
|
|
"libp2p-crypto": "~0.8.6",
|
|
"multihashing-async": "~0.4.4",
|
|
"peer-id": "~0.8.4",
|
|
"protocol-buffers": "^3.2.1",
|
|
"pull-defer": "^0.2.2",
|
|
"pull-handshake": "^1.1.4",
|
|
"pull-length-prefixed": "^1.2.0",
|
|
"pull-stream": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"aegir": "^11.0.0",
|
|
"benchmark": "^2.1.3",
|
|
"chai": "^3.5.0",
|
|
"dirty-chai": "^1.2.2",
|
|
"gulp": "^3.9.1",
|
|
"libp2p-websockets": "~0.9.4",
|
|
"multistream-select": "^0.13.5",
|
|
"pre-commit": "^1.2.2",
|
|
"pull-goodbye": "0.0.1",
|
|
"pull-pair": "^1.1.0"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ipfs/js-libp2p-secio.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ipfs/js-libp2p-secio/issues"
|
|
},
|
|
"homepage": "https://github.com/ipfs/js-libp2p-secio",
|
|
"contributors": [
|
|
"David Dias <daviddias.p@gmail.com>",
|
|
"Dmitriy Ryajov <dryajov@gmail.com>",
|
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
"Richard Littauer <richard.littauer@gmail.com>",
|
|
"greenkeeperio-bot <support@greenkeeper.io>"
|
|
]
|
|
}
|