@alayanetwork/eth-method-registry
Version:
A module for getting method signature info from an platon method signature.
37 lines (36 loc) • 908 B
JSON
{
"name": "@alayanetwork/eth-method-registry",
"version": "1.2.0",
"description": "A module for getting method signature info from an platon method signature.",
"main": "index.js",
"scripts": {
"lint": "echo 'No lint script'",
"test": "node test"
},
"author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC",
"dependencies": {
"@alayanetwork/ethjs": "^0.3.0"
},
"devDependencies": {
"babel-runtime": "^6.26.0",
"tape": "^4.8.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AlayaNetwork/samurai-eth-method-registry.git"
},
"keywords": [
"PlatON",
"solidity",
"4byte",
"signature"
],
"bugs": {
"url": "https://github.com/AlayaNetwork/samurai-eth-method-registry/issues"
},
"homepage": "https://github.com/AlayaNetwork/samurai-eth-method-registry#readme"
}