diff options
author | Christian Glombek <LorbusChris@users.noreply.github.com> | 2018-02-05 01:57:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 01:57:40 +0100 |
commit | e6309ffc679754040a80c9f90474cc3b949d2b7a (patch) | |
tree | 04cd85ec608b12243a036f93724fea6100587c99 | |
parent | 58b568fd5d5f2185db7874fdea2a4160ce915ae2 (diff) | |
download | nextcloud-server-e6309ffc679754040a80c9f90474cc3b949d2b7a.tar.gz nextcloud-server-e6309ffc679754040a80c9f90474cc3b949d2b7a.zip |
Sort dependencies in bower.json alphabetically
Signed-off-by: Christian Glombek <christian.glombek@rwth-aachen.de>
-rw-r--r-- | bower.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bower.json b/bower.json index 62dbec8f65a..5693641dc38 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": "*" } } |