UNPKG

ethereum-bridge

Version:

Ethereum logs listener to connect Oraclize onchain events to the Oraclize offchain engine

62 lines (61 loc) 1.45 kB
{ "name": "ethereum-bridge", "version": "0.6.2", "description": "Ethereum logs listener to connect Oraclize onchain events to the Oraclize offchain engine", "main": "bridge.js", "bin": { "ethereum-bridge": "bridge.js" }, "keywords": [ "oraclize", "provable", "blockchain", "bridge", "ethereum", "rootstock", "evm", "data carrier" ], "dependencies": { "async": "^2.4.1", "borc": "^2.0.2", "caminte": "0.3.7", "colors": "^1.1.2", "compare-versions": "^3.0.1", "crypto-random-string": "^1.0.0", "ethereumjs-abi": "0.6.4", "ethereumjs-tx": "^1.3.1", "ethereumjs-util": "^5.2.0", "i18n": "^0.8.3", "moment": "^2.22.2", "multihashes": "^0.4.5", "node-async-loop": "^1.2.2", "node-cache": "^4.1.1", "node-schedule": "^1.2.3", "pragma-singleton": "1.0.3", "request": "^2.81.0", "semver": "^5.5.0", "stdio": "^0.2.7", "tingodb": "^0.6.1", "underscore": "^1.8.3", "utf8": "^2.1.2", "web3": "0.19.1", "winston": "^2.3.1" }, "devDependencies": { "standard": "*" }, "scripts": { "update": "git pull origin master && npm install", "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=5.0.0" }, "repository": { "type": "git", "url": "https://github.com/oraclize/ethereum-bridge.git" }, "author": "Oraclize Ltd.", "license": "AGPL-3.0" }