31 lines
696 B
JSON
31 lines
696 B
JSON
{
|
|
"name": "ethers-tests",
|
|
"version": "2.0.0",
|
|
"description": "Scripts to generate Ethereum test cases and run ethers.js against them.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bip39": "2.2.0",
|
|
"bitcoinjs-lib": "2.3.0",
|
|
"ethereumjs-abi": "0.6.2",
|
|
"ethereumjs-tx": "1.1.1",
|
|
"ethereumjs-util": "4.3.0",
|
|
"ethereumjs-vm": "1.4.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 <me@ricmoo.com>",
|
|
"license": "MIT"
|
|
}
|