-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
61 lines (61 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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"
}