{ "name": "ethers", "version": "2.1.3", "description": "Ethereum wallet library.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha tests/test-*.js", "test-phantomjs": "./node_modules/.bin/grunt --gruntfile tests/gruntfile.js dist && phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html", "test-check-env": "if [ \"$RUN_PHANTOMJS\" ]; then npm run-script test-phantomjs; else npm test; fi", "version": "grunt dist" }, "dependencies": { "ethers-contracts": "^2.1.0", "ethers-providers": "^2.1.0", "ethers-utils": "^2.1.0", "ethers-wallet": "^2.1.0" }, "devDependencies": { "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" }, "keywords": [ "ethereum", "wallet" ], "author": "Richard Moore ", "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers-wallet.git" }, "license": "MIT" }