diff --git a/bower.json b/bower.json index 62dbec8f65..5693641dc3 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,14 @@ "tests" ], "dependencies": { + "autosize": "4.0.0", + "backbone": "~1.2.3", + "base64": "~0.3.0", "blueimp-md5": "^2.7.0", + "bootstrap": "~3.3.6", + "clipboard": "1.7.1", + "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2", + "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0", "handlebars": "^4.0.5", "jcrop": "~0.9.12", "jquery": "~2.2.0", @@ -23,16 +30,9 @@ "marked": "^0.3.6", "moment": "^2.15.0", "select2": "~3.4.8", - "zxcvbn": "*", "snapjs": "~2.0.0-rc1", "strengthify": "^0.5.3", "underscore": "~1.8.0", - "bootstrap": "~3.3.6", - "backbone": "~1.2.3", - "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2", - "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0", - "base64": "~0.3.0", - "clipboard": "1.7.1", - "autosize": "4.0.0" + "zxcvbn": "*" } }