aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r--packages/pipeline/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json
index b4ed33d8d..cdcd5ed18 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -31,7 +31,12 @@
"devDependencies": {
"@0xproject/tslint-config": "^1.0.7",
"tslint": "5.11.0",
- "typescript": "3.0.1"
+ "typescript": "3.0.1",
+ "mocha": "^5.2.0",
+ "chai": "^4.1.2",
+ "chai-as-promised": "^7.1.1",
+ "chai-bignumber": "^2.0.2",
+ "dirty-chai": "^2.0.1"
},
"dependencies": {
"@0xproject/contract-wrappers": "^1.0.1",