mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Bower dependency order OCD
This commit is contained in:
parent
2c524c1d8e
commit
75caeb9341
1 changed files with 7 additions and 7 deletions
14
bower.json
14
bower.json
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "ghost",
|
"name": "ghost",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"backbone": "1.0.0",
|
||||||
|
"codemirror": "3.15.0",
|
||||||
|
"Countable": "2.0.2",
|
||||||
|
"fastclick": "1.0.0",
|
||||||
|
"handlebars.js": "1.0.0",
|
||||||
|
"iCheck": "1.0.1",
|
||||||
"jquery": "1.11.0",
|
"jquery": "1.11.0",
|
||||||
"jquery-file-upload": "9.5.6",
|
"jquery-file-upload": "9.5.6",
|
||||||
"jquery-hammerjs": "1.0.1",
|
"jquery-hammerjs": "1.0.1",
|
||||||
"jquery-ui": "1.10.4",
|
"jquery-ui": "1.10.4",
|
||||||
"showdown": "0.3.1",
|
|
||||||
"codemirror": "3.15.0",
|
|
||||||
"backbone": "1.0.0",
|
|
||||||
"handlebars.js": "1.0.0",
|
|
||||||
"lodash": "2.4.1",
|
"lodash": "2.4.1",
|
||||||
"moment": "2.4.0",
|
"moment": "2.4.0",
|
||||||
"iCheck": "1.0.1",
|
|
||||||
"nprogress": "0.1.2",
|
"nprogress": "0.1.2",
|
||||||
"fastclick": "1.0.0",
|
"showdown": "0.3.1",
|
||||||
"Countable": "2.0.2",
|
|
||||||
"validator-js": "3.4.0"
|
"validator-js": "3.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue