UNPKG

aspernaturdolore

Version:

A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.

44 lines (43 loc) 1.1 kB
{ "name": "aspernaturdolore", "version": "1.7.0", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.", "main": "index.js", "scripts": { "test": "mocha --require test/helper.js test/index.js" }, "repository": { "type": "git", "url": "https://github.com/ReganParker/aspernaturdolore.git" }, "keywords": [ "ethereum", "metamask", "numquam", "soluta" ], "author": "BennettHowe", "license": "ISC", "devDependencies": { "clone": "^2.1.1", "eslint-plugin-mocha": "^4.11.0", "jsdom": "^11.2.0", "jsdom-global": "^3.0.2", "mocha": "^5.2.0", "mocha-sinon": "^2.0.0", "polyfill-crypto.getrandomvalues": "^1.0.0", "sinon": "^3.3.0" }, "dependencies": { "bip39": "^2.4.0", "bluebird": "^3.5.0", "browser-passworder": "^2.0.3", "eth-hd-keyring": "^1.2.2", "eth-sig-util": "^1.4.0", "eth-simple-keyring": "^1.3.0", "ethereumjs-util": "^5.1.2", "loglevel": "^1.5.0", "obs-store": "^2.4.1", "promise-filter": "^1.1.0" } }