diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 34210341a..4b30e5a87 100644 --- a/bower.json +++ b/bower.json @@ -8,6 +8,11 @@ "tests" ], "dependencies": { - "jquery": ">=1.6" + "jquery": ">=1.6 <1.11" + }, + "devDependencies": { + "jquery-mousewheel": "3.1.0", + "jshint": "2.3.0", + "qunit": "1.14.0" } } |