UNPKG

quorum-keygen

Version:
36 lines (35 loc) 767 B
{ "name": "quorum-keygen", "version": "1.0.2", "description": "Utility to create Quorum (Ethereum) keypairs", "main": "index.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git+https://github.com/broadridge-labs/Quorum-Keygen.git" }, "keywords": [ "Quorum", "Ethereum", "Quorum", "Accounts", "nodekey", "nodekeys" ], "author": "Ashfaq Ahmed Shaik", "license": "ISC", "bugs": { "url": "https://github.com/broadridge-labs/Quorum-Keygen/issues" }, "homepage": "https://github.com/broadridge-labs/Quorum-Keygen#readme", "dependencies": { "keccak": "^1.2.0", "secp256k1": "^3.2.5", "uuid": "^3.0.1" }, "devDependencies": { "chai": "^4.1.1" } }