ethers.js/contracts/package.json

31 lines
656 B
JSON
Raw Normal View History

2017-02-27 08:10:19 +03:00
{
"name": "ethers-contracts",
2017-10-20 22:44:54 +03:00
"version": "2.1.2",
2017-02-27 08:10:19 +03:00
"description": "Contract and Interface (ABI) library for Ethereum.",
2017-04-05 23:35:53 +03:00
"bugs": {
"url": "http://github.com/ethers-io/ethers.js/issues",
"email": "github@ricmoo.com"
},
2017-02-27 08:10:19 +03:00
"main": "index.js",
"dependencies": {
2017-10-20 22:44:54 +03:00
"ethers-utils": "^2.1.0"
2017-02-27 08:10:19 +03:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ethereum",
"ethers",
"contrat",
"interface",
"coder",
"abi"
],
2017-04-05 23:35:53 +03:00
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
2017-02-27 08:10:19 +03:00
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}