summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index aa0ff4d..02a7064 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,10 @@
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "^0.4.0",
- "grunt-run": "^0.3.0"
+ "grunt-run": "^0.3.0",
+ "karma": "^1.7.0"
+ },
+ "dependencies": {
+ "vue": "^2.3.3"
}
}