refstack/bower.json
Paul Van Eck d6124e0117 Update angular bootstrap components
With the recent update to the angular-bootstrap version, a lot of
components are deprecated and now expect a 'uib' prefix. This patch
updates the components that were printing deprecation warnings in the
console. The library angular-confirm-modal was also updated due to the
older version also yielding similar deprecation warnings.

Change-Id: I201c2709e03041fce431070910491eb425c1e383
2016-02-25 16:00:40 -08:00

21 lines
446 B
JSON

{
"name": "refstack-ui",
"version": "0.0.1",
"description": "Refstack user interface",
"dependencies": {
"angular": "1.3.15",
"angular-ui-router": "0.2.13",
"angular-resource": "1.3.15",
"angular-bootstrap": "0.14.3",
"angular-busy": "4.1.3",
"angular-confirm-modal": "1.2.3",
"bootstrap": "3.3.2"
},
"devDependencies": {
"angular-mocks": "1.3.15"
},
"resolutions": {
"angular": "1.3.15"
}
}