From 9715476225dd823897e70e3a9fa98f6fda8bc37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Go=C3=9Fe?= Date: Mon, 19 Oct 2015 15:23:10 +0200 Subject: [PATCH] add dependencies to bower.json --- bower.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2b6cf89..a28cd88 100644 --- a/bower.json +++ b/bower.json @@ -27,5 +27,10 @@ "**/.*", "node_modules", "spec" - ] + ], + "dependencies": { + "error-stack-parser": "~1.2", + "stack-generator": "~1", + "stacktrace-gps": "~2" + } }