mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 14:11:00 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "libp2p-crypto",
|
|
"version": "0.5.0",
|
|
"description": "Crypto primitives for libp2p",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "aegir-lint",
|
|
"build": "aegir-build",
|
|
"test": "aegir-test",
|
|
"test:node": "aegir-test --env node",
|
|
"test:browser": "aegir-test --env 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",
|
|
"libp2p",
|
|
"crypto",
|
|
"rsa"
|
|
],
|
|
"author": "Friedel Ziegelmayer <dignifiedqurie@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"elliptic": "^6.2.3",
|
|
"multihashing": "^0.2.1",
|
|
"node-forge": "^0.6.39",
|
|
"protocol-buffers": "^3.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"aegir": "^8.0.0",
|
|
"chai": "^3.5.0",
|
|
"pre-commit": "^1.1.3"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"engines": {
|
|
"node": "^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ipfs/js-libp2p-crypto.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ipfs/js-libp2p-crypto/issues"
|
|
},
|
|
"homepage": "https://github.com/ipfs/js-libp2p-crypto",
|
|
"contributors": [
|
|
"dignifiedquire <dignifiedquire@gmail.com>"
|
|
]
|
|
} |