UNPKG

sic-ecies

Version:

ECIES implemented for Bitcore. fix to eos and easy to use

47 lines (46 loc) 890 B
{ "name": "sic-ecies", "version": "1.0.2", "description": "ECIES implemented for Bitcore. fix to eos and easy to use", "main": "index.js", "directories": { "test": "test" }, "scripts": { "lint": "gulp lint", "test": "gulp test", "coverage": "gulp coverage", "build": "gulp" }, "repository": { "type": "git", "url": "" }, "keywords": [ "sic", "ecc", "ecies", "crypto", "cryptography", "encryption" ], "author": "red-butterfly", "license": "MIT", "bugs": { "url": "" }, "homepage": "", "devDependencies": { "assert": "^1.1.2", "bitcore-build": "git://github.com/bitpay/bitcore-build.git", "brfs": "^1.2.0", "browserify": "^8.1.0", "chai": "~1.10.0", "gulp": "^3.8.10" }, "dependencies": { "aes": "^0.1.0", "bitcore-lib": "^0.14.0", "eosjs-ecc": "^2.0.1" } }