refstack/bower.json
sslypushenko e504c11623 Add confirmation dialogs
Confirmation dialogs are provided by this module
http://schlogen.github.io/angular-confirm/

Closes-Bug: #1487060
Change-Id: If69652bca0b084e9c2335d9ccf256788f97dbee1
2015-08-27 16:50:55 -07: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.12.1",
"angular-busy": "4.1.3",
"angular-confirm-modal": "1.1.0",
"bootstrap": "3.3.2"
},
"devDependencies": {
"angular-mocks": "1.3.15"
},
"resolutions": {
"angular": "1.3.15"
}
}