{ "name": "ethers", "version": "3.0.21", "description": "Ethereum wallet library.", "main": "index.js", "scripts": { "test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi", "test-node": "./node_modules/.bin/mocha tests/test-*.js", "test-phantomjs": "./node_modules/.bin/grunt dist && ./node_modules/.bin/grunt --gruntfile Gruntfile-test.js dist && phantomjs --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html", "version": "grunt dist" }, "dependencies": { "aes-js": "3.0.0", "bn.js": "^4.4.0", "elliptic": "6.3.3", "hash.js": "^1.0.0", "inherits": "2.0.1", "js-sha3": "0.5.7", "scrypt-js": "2.0.3", "setimmediate": "1.0.4", "uuid": "2.0.1", "xmlhttprequest": "1.8.0" }, "devDependencies": { "browserify-zlib": "^0.2.0", "grunt": "^0.4.5", "grunt-browserify": "^5.0.0", "grunt-cli": "1.2.0", "grunt-contrib-uglify": "^1.0.1", "mocha": "^3.2.0", "mocha-phantomjs-core": "2.1.2", "solc": "0.4.20", "web3": "0.20.2" }, "browser": { "fs": "./tests/browser-fs.js", "zlib": "browserify-zlib", "./utils/base64.js": "./utils/browser-base64.js", "./utils/random-bytes.js": "./utils/browser-random-bytes.js", "./providers/ipc-provider.js": "./utils/empty.js", "xmlhttprequest": "./providers/browser-xmlhttprequest.js" }, "keywords": [ "ethereum", "wallet" ], "author": "Richard Moore ", "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers-wallet.git" }, "license": "MIT" }