@realitio/realitio-lib
Version:
Tools for handling questions in the Realitio fact verification platform
40 lines (39 loc) • 926 B
JSON
{
"name": "@realitio/realitio-lib",
"version": "2.0.2",
"description": "Tools for handling questions in the Realitio fact verification platform",
"scripts": {
"test": "mocha ./test"
},
"keywords": [
"Ethereum",
"Realitio",
"Reality Check",
"Reality Keys",
"Solidity",
"Truffle"
],
"author": "Edmund Edgar (https://realit.io)",
"license": "GPL-3.0",
"dependencies": {
"@realitio/realitio-contracts": "^2.0.0",
"bignumber.js": "^7.2.1",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.5",
"sprintf-js": "^1.1.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-bignumber": "^2.0.2",
"mocha": "^5.2.0",
"truffle": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realitio/realitio-lib.git"
},
"bugs": {
"url": "https://github.com/realitio/realitio-lib/issues"
},
"homepage": "https://realit.io"
}