{ "name": "ethers-tests", "version": "2.0.0", "description": "Scripts to generate Ethereum test cases and run ethers.js against them.", "main": "index.js", "dependencies": { "nodeunit": "0.9.1" }, "devDendencies": { "bip39": "2.2.0", "bitcoinjs-lib": "2.3.0", "ethereumjs-abi": "0.6.2", "ethereumjs-tx": "1.1.1", "ethereumjs-util": "4.3.0", "promise-rationing": "0.0.1", "rlp": "2.0.0", "solc": "0.3.5", "web3": "0.18.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Ethereum", "test", "cases", "ethers", "ethers.js" ], "author": "Richard Moore ", "license": "MIT" }