UNPKG

475 BJSONView Raw
1{
2 "name": "bitcore-ecies",
3 "main": "./bitcore-ecies.min.js",
4 "version": "1.0.0",
5 "homepage": "https://github.com/bitpay/bitcore-ecies",
6 "authors": [
7 "BitPay"
8 ],
9 "description": "ECIES implemented for Bitcore.",
10 "moduleType": [
11 "globals"
12 ],
13 "keywords": [
14 "bitcoin",
15 "bitcore",
16 "btc",
17 "satoshi",
18 "ecies"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests"
27 ]
28}