forked from perfectmak/ethereum-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "ethereum-bridge",
"version": "0.5.5",
"description": "Ethereum logs listener to connect Oraclize onchain events to the Oraclize offchain engine",
"main": "bridge.js",
"dependencies": {
"asn1": "0.2.3",
"async": "^2.4.1",
"bitcore-lib": "0.14.0",
"bitcore-mnemonic": "1.2.3",
"borc": "^2.0.2",
"caminte": "0.3.7",
"colorize": "^0.1.0",
"colors": "^1.1.2",
"compare-versions": "^3.0.1",
"crypto-random-string": "^1.0.0",
"eth-lightwallet": "^2.5.4",
"ethereumjs-abi": "0.6.4",
"ethereumjs-tx": "^1.3.1",
"ethereumjs-util": "5.1.2",
"i18n": "^0.8.3",
"moment": "^2.18.1",
"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",
"stdio": "^0.2.7",
"tingodb": "^0.5.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"
},
"author": "Oraclize Ltd.",
"license": "AGPL-3.0",
"private": true
}