ethers.js/contracts/package.json
2017-02-27 00:10:19 -05:00

23 lines
450 B
JSON

{
"name": "ethers-contracts",
"version": "2.0.0",
"description": "Contract and Interface (ABI) library for Ethereum.",
"main": "index.js",
"dependencies": {
"ethers-utils": "2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ethereum",
"ethers",
"contrat",
"interface",
"coder",
"abi"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}