@omisego/omg-js-rootchain
Version:
Module to interact with the Ethereum RootChain
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "@omisego/omg-js-rootchain",
"version": "4.1.2-1.0.4",
"description": "Module to interact with the Ethereum RootChain",
"keywords": [
"OMG",
"OmiseGo",
"Plasma"
],
"main": "src/rootchain.js",
"scripts": {
"audit-check": "audit-ci --moderate"
},
"author": "OmiseGo",
"contributors": [
"Pong Cheecharern <@Pongch>",
"Kevin Sullivan <@kevsul>",
"Jarindr Thitadilaka <@jarindr>",
"Nicholas Mueller <@nicholasmueller>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/omisego/omg-js.git"
},
"bugs": {
"url": "https://github.com/omisego/omg-js/issues"
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@omisego/omg-js-util": "4.1.2-1.0.4",
"abi-decoder": "^2.2.2",
"bn.js": "^5.0.0",
"debug": "^4.0.1",
"ethereumjs-util": "^6.2.0",
"human-standard-token-abi": "^2.0.0",
"web3-utils": "^1.2.3"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"audit-ci": "^2.5.1"
},
"gitHead": "5bb61492a086d0804a5e568c631b800e0b4b2575"
}