diff options
author | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2018-05-28 17:23:01 +0100 |
commit | 2248b7a871bfeeca3975d573dba723a5847846cc (patch) | |
tree | c04e47a5edc26eb6ecb08c7b162379f74832fafa /package.json | |
parent | 3d0bf539ca2909ebf1719d3e35afc778d69358dc (diff) |
Latest changeslocal/subsonic-api
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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" } } |