aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 340e042ce..2f345a3f1 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
+ "@types/node": "^7.0.22",
"awesome-typescript-loader": "^3.1.3",
"chai": "^3.5.0",
"mocha": "^3.4.1",
@@ -46,5 +47,8 @@
"typedoc": "^0.7.1",
"typescript": "^2.3.3",
"webpack": "^2.6.0"
+ },
+ "dependencies": {
+ "ethereumjs-util": "^5.1.1"
}
}