{ "name": "ethereumjs-wallet", "version": "0.4.0", "description": "Utilities for handling Ethereum keys", "main": "index.js", "scripts": { "lint": "standard", "prepublish": "npm run lint && npm run test", "test": "mocha ./test/index.js && mocha ./test/hdkey.js" }, "repository": { "type": "git", "url": "https://github.com/axic/ethereumjs-wallet.git" }, "keywords": [ "ethereum", "wallets", "keys" ], "author": "Alex Beregszaszi ", "license": "MIT", "bugs": { "url": "https://github.com/axic/ethereumjs-wallet/issues" }, "homepage": "https://github.com/axic/ethereumjs-wallet", "dependencies": { "aes-js": "^0.2.3", "bs58check": "^1.0.8", "ethereumjs-util": "^4.3.0", "hdkey": "^0.7.0", "scrypt.js": "^0.1.0", "secp256k1": "^3.0.1", "uuid": "^2.0.1", "utf8": "^2.1.1" }, "devDependencies": { "mocha": "^2.3.4", "standard": "^5.4.1" }, "standard": { "globals": [ "describe", "it" ] } }