aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
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"
}
}