mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
bower remove jquery cookie & reorganize
This commit is contained in:
parent
15d9e33252
commit
2fb83c5b6f
1 changed files with 14 additions and 15 deletions
29
bower.json
29
bower.json
|
|
@ -15,32 +15,31 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"jquery": "~2.0.3",
|
||||
"angular": "1.2.0-rc.2",
|
||||
"angular-resource": "1.2.0-rc.2",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"angular": "1.2.0-rc.3",
|
||||
"angular-sanitize": "1.2.0-rc.3",
|
||||
"angular-ui": "~0.4.0",
|
||||
"angular-ui-utils": "~0.0.4",
|
||||
"angular-bootstrap": "~0.5.0",
|
||||
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master",
|
||||
"angular-ui-router": "ca3b4777a603df8f86cfd653c8f6c38b2ae05d89",
|
||||
"angular-loading-bar": "~0.0.5",
|
||||
"bootstrap": "v2.3.2",
|
||||
"bootstrap-datepicker": "~1.2.0",
|
||||
"bootstrap-tour": "0.5.0",
|
||||
"bootstrap-growl": "~1.1.0",
|
||||
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master",
|
||||
"BrowserQuest": "https://github.com/mozilla/BrowserQuest.git",
|
||||
"github-buttons": "git://github.com/mdo/github-buttons.git",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"bootstrap-growl": "~1.1.0",
|
||||
"jquery.cookie": "~1.3.1",
|
||||
"sticky": "*",
|
||||
"bootstrap-datepicker": "~1.2.0",
|
||||
"bootstrap": "v2.3.2",
|
||||
"angular-ui-utils": "~0.0.4",
|
||||
"angular-sanitize": "1.2.0-rc.2",
|
||||
"marked": "~0.2.9",
|
||||
"JavaScriptButtons": "git://github.com/paypal/JavaScriptButtons.git#master",
|
||||
"angular-ui-router": "ca3b4777a603df8f86cfd653c8f6c38b2ae05d89",
|
||||
"angular-loading-bar": "~0.0.5"
|
||||
"JavaScriptButtons": "git://github.com/paypal/JavaScriptButtons.git#master"
|
||||
},
|
||||
"resolutions": {
|
||||
"jquery": "~2.0.3",
|
||||
"bootstrap": "v2.3.2"
|
||||
"bootstrap": "v2.3.2",
|
||||
"angular": "1.2.0-rc.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.2.0-rc.2"
|
||||
"angular-mocks": "1.2.0-rc.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue