{ "name": "harmony-crypto", "version": "0.0.1", "description": "crypto libraries for harmony", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "neeboo@firestack.one", "license": "ISC", "dependencies": { "aes-js": "^3.1.2", "bip39": "^2.5.0", "bn.js": "^4.11.8", "elliptic": "^6.4.1", "hdkey": "^1.1.1", "hmac-drbg": "^1.0.1", "js-sha3": "^0.8.0", "pbkdf2": "^3.0.17", "scrypt.js": "^0.3.0", "uuid": "^3.3.2" } }