ipfs-http-crypto
Version:
A Javascript library for the IPFS HTTP API, with a layer of Crypto functions.
38 lines (37 loc) • 851 B
JSON
{
"name": "ipfs-http-crypto",
"version": "0.0.2",
"description": "A Javascript library for the IPFS HTTP API, with a layer of Crypto functions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cluster-labs/ipfs-http-crypto.git"
},
"keywords": [
"ipfs",
"crypto",
"aes",
"rsa",
"ecc",
"js-ipfs",
"http"
],
"author": "vasa",
"license": "MIT",
"bugs": {
"url": "https://github.com/cluster-labs/ipfs-http-crypto/issues"
},
"homepage": "https://github.com/cluster-labs/ipfs-http-crypto#readme",
"dependencies": {
"eccrypto": "^1.1.1",
"ipfs-http-client": "^30.1.3",
"keccak": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}