ethers.js/contracts/package.json

23 lines
450 B
JSON
Raw Normal View History

2017-02-27 08:10:19 +03:00
{
"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"
}