UNPKG

814 BJSONView Raw
1{
2 "name": "eosjs-ecc",
3 "version": "1.0.4",
4 "description": "Elliptic curve cryptography functions",
5 "keywords": "ECC, Private Key, Public Key, Signature, AES, Encryption, Decryption",
6 "main": "index.js",
7 "scripts": {
8 "build": "mkdir -p dist && browserify -o dist/eosjs-ecc.js -s eosjs_ecc index.js && sha256sum dist/eosjs-ecc.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/EOSIO/eosjs-ecc.git"
13 },
14 "dependencies": {
15 "bigi": "^1.4.2",
16 "bn.js": "^4.11.6",
17 "browserify-aes": "^1.0.6",
18 "bs58": "^4.0.1",
19 "bytebuffer": "^5.0.1",
20 "create-hash": "^1.1.3",
21 "create-hmac": "^1.1.6",
22 "ecurve": "^1.0.5",
23 "more-entropy": "^0.0.7",
24 "secure-random": "^1.1.1"
25 },
26 "license": "ISC",
27 "devDependencies": {
28 "browserify": "^14.4.0"
29 }
30}