From bc8fc534332b5ea82f881bdd3a75773384714f4d Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 25 May 2017 19:47:11 +0200 Subject: Add initial exchange contract function, set up web3Wrapper, added types and utils --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index bac3a8a75..3f6a89bbc 100644 --- a/package.json +++ b/package.json @@ -52,14 +52,16 @@ "tslint-config-0xproject": "^0.0.2", "typedoc": "^0.7.1", "typescript": "^2.3.3", - "web3-typescript-typings": "0.0.3", + "web3-typescript-typings": "0.0.7", "webpack": "^2.6.0" }, "dependencies": { "bignumber.js": "^4.0.2", + "es6-promisify": "^5.0.0", "ethereumjs-util": "^5.1.1", "jsonschema": "^1.1.1", "lodash": "^4.17.4", + "truffle-contract": "^2.0.0", "web3": "^0.19.0" } } -- cgit v1.2.3