openethereum/js/packages/abi/package.json

31 lines
557 B
JSON
Raw Normal View History

2017-04-20 10:33:37 +02:00
{
"name": "@parity/abi",
"description": "The Parity ABI library",
"version": "0.0.0",
"main": "index.js",
"author": "Parity Team <admin@parity.io>",
"maintainers": [
2017-04-20 11:48:42 +02:00
"Jaco Greeff",
"Nicolas Gotchac"
2017-04-20 10:33:37 +02:00
],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/parity.git"
},
"keywords": [
"Ethereum",
"ABI",
"Parity"
],
"scripts": {
},
"devDependencies": {
},
"dependencies": {
2017-04-20 11:24:49 +02:00
"bignumber.js": "3.0.1",
"js-sha3": "0.5.5"
2017-04-20 10:33:37 +02:00
}
}