Sort dependencies in bower.json alphabetically
Signed-off-by: Christian Glombek <christian.glombek@rwth-aachen.de>
This commit is contained in:
parent
58b568fd5d
commit
e6309ffc67
1 changed files with 8 additions and 8 deletions
16
bower.json
16
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": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue