2016-05-20 21:29:53 +02:00
|
|
|
{
|
|
|
|
"name": "libp2p-secio",
|
2018-02-27 07:18:42 -05:00
|
|
|
"version": "0.9.3",
|
2016-05-20 21:29:53 +02:00
|
|
|
"description": "Secio implementation in JavaScript",
|
2016-11-03 10:23:33 +01:00
|
|
|
"main": "src/index.js",
|
2016-05-20 21:29:53 +02:00
|
|
|
"scripts": {
|
2018-01-07 10:03:34 +00:00
|
|
|
"lint": "aegir lint",
|
|
|
|
"build": "aegir build",
|
|
|
|
"test": "aegir test",
|
|
|
|
"test:node": "aegir test -t node",
|
|
|
|
"test:browser": "aegir test -t browser",
|
|
|
|
"release": "aegir release -t node browser",
|
|
|
|
"release-minor": "aegir release --type minor -t node browser",
|
|
|
|
"release-major": "aegir release --type major -t node browser",
|
|
|
|
"coverage": "aegir coverage",
|
|
|
|
"coverage-publish": "aegir coverage publish",
|
2018-01-07 10:31:38 +00:00
|
|
|
"benchmark": "node benchmarks/send.js"
|
2016-05-20 21:29:53 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"IPFS",
|
|
|
|
"libp2p",
|
|
|
|
"crypto",
|
|
|
|
"rsa"
|
|
|
|
],
|
2016-11-03 10:23:33 +01:00
|
|
|
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
2016-05-20 21:29:53 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-01-07 10:03:34 +00:00
|
|
|
"async": "^2.6.0",
|
|
|
|
"debug": "^3.1.0",
|
2017-03-21 15:13:03 +00:00
|
|
|
"interface-connection": "~0.3.2",
|
2018-02-12 09:35:45 +00:00
|
|
|
"libp2p-crypto": "~0.12.1",
|
2018-02-27 07:18:23 -05:00
|
|
|
"multihashing-async": "~0.4.8",
|
2018-02-12 09:35:45 +00:00
|
|
|
"peer-id": "~0.10.6",
|
2018-01-27 18:37:20 -08:00
|
|
|
"peer-info": "^0.11.6",
|
2018-01-07 10:03:34 +00:00
|
|
|
"protons": "^1.0.1",
|
2016-06-13 19:10:38 +02:00
|
|
|
"pull-defer": "^0.2.2",
|
|
|
|
"pull-handshake": "^1.1.4",
|
2017-07-22 13:53:06 -07:00
|
|
|
"pull-length-prefixed": "^1.3.0",
|
2018-03-28 15:20:58 -07:00
|
|
|
"pull-stream": "^3.6.7"
|
2016-05-20 21:29:53 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-03-28 15:20:58 -07:00
|
|
|
"aegir": "^13.0.6",
|
2017-07-22 13:53:06 -07:00
|
|
|
"benchmark": "^2.1.4",
|
2017-09-03 12:30:52 +01:00
|
|
|
"chai": "^4.1.2",
|
2017-07-22 13:53:06 -07:00
|
|
|
"dirty-chai": "^2.0.1",
|
2016-11-08 18:51:28 +01:00
|
|
|
"gulp": "^3.9.1",
|
2018-02-27 07:18:23 -05:00
|
|
|
"libp2p-websockets": "~0.10.5",
|
2018-01-07 10:03:34 +00:00
|
|
|
"multistream-select": "^0.14.1",
|
2017-01-22 17:04:12 +01:00
|
|
|
"pre-commit": "^1.2.2",
|
2017-07-22 13:53:06 -07:00
|
|
|
"pull-goodbye": "0.0.2",
|
2016-11-10 17:47:40 +01:00
|
|
|
"pull-pair": "^1.1.0"
|
2016-05-20 21:29:53 +02:00
|
|
|
},
|
|
|
|
"pre-commit": [
|
|
|
|
"lint",
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"engines": {
|
2017-09-03 12:30:52 +01:00
|
|
|
"node": ">=6.0.0",
|
|
|
|
"npm": ">=3.0.0"
|
2016-05-20 21:29:53 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ipfs/js-libp2p-secio.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ipfs/js-libp2p-secio/issues"
|
|
|
|
},
|
2016-05-23 13:52:58 +02:00
|
|
|
"homepage": "https://github.com/ipfs/js-libp2p-secio",
|
|
|
|
"contributors": [
|
2016-09-06 16:55:24 -04:00
|
|
|
"David Dias <daviddias.p@gmail.com>",
|
2017-02-09 11:54:15 -08:00
|
|
|
"Dmitriy Ryajov <dryajov@gmail.com>",
|
2016-09-06 16:45:28 -04:00
|
|
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
2018-02-27 07:18:42 -05:00
|
|
|
"Pedro Teixeira <i@pgte.me>",
|
2016-09-06 16:45:28 -04:00
|
|
|
"Richard Littauer <richard.littauer@gmail.com>",
|
2018-01-07 16:26:38 +00:00
|
|
|
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
|
2016-09-06 16:45:28 -04:00
|
|
|
"greenkeeperio-bot <support@greenkeeper.io>"
|
2016-05-23 13:52:58 +02:00
|
|
|
]
|
2018-01-07 10:03:34 +00:00
|
|
|
}
|