31 lines
656 B
JSON
31 lines
656 B
JSON
{
|
|
"name": "ethers-contracts",
|
|
"version": "2.1.0",
|
|
"description": "Contract and Interface (ABI) library for Ethereum.",
|
|
"bugs": {
|
|
"url": "http://github.com/ethers-io/ethers.js/issues",
|
|
"email": "github@ricmoo.com"
|
|
},
|
|
"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"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT"
|
|
}
|