This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
M2OLA/frontend/bower.json

25 lines
470 B
JSON

{
"name": "client",
"version": "0.0.0",
"dependencies": {
"angular": "^1.6.0",
"bootstrap": "^3.2.0",
"angular-sanitize": "^1.6.0",
"angular-ui-router": "1.0.0-beta.3"
},
"devDependencies": {
"angular-mocks": "^1.6.0"
},
"appPath": "app",
"moduleName": "clientApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}