bower.json
{
"name": "mnoe-frontend-admin",
"version": "1.0.10",
"description": "MnoEnterprise Admin Panel",
"repository": {
"type": "git",
"url": "git@github.com:maestrano/mnoe-admin-panel.git"
},
"dependencies": {
"jquery": "~3.1.0",
"angular": "~1.6.2",
"angular-animate": "~1.6.2",
"angular-aria": "~1.6.2",
"angular-bootstrap": "^2.5.0",
"angular-breadcrumb": "^0.5.0",
"angular-cookies": "~1.6.2",
"angular-inflector": "^0.2.3",
"angular-messages": "~1.6.2",
"angular-moment": "^1.0.1",
"angular-toastr": "~2.1.1",
"angular-ui-router": "^0.4.2",
"mno-ui-elements": "maestrano/mno-ui-elements#master",
"bootstrap": "^3.3.6",
"font-awesome": "~4.7.0",
"lodash": "~4.17.4",
"restangular": "~1.6.1",
"angular-scroll": "^1.0.0",
"angular-smart-table": "^2.1.8",
"ng-page-title": "^1.1.1",
"angular-translate": "^2.14.0",
"angular-translate-handler-log": "^2.14.0",
"angular-translate-loader-url": "^2.14.0",
"angular-translate-loader-static-files": "^2.14.0",
"angular-translate-interpolation-messageformat": "^2.14.0",
"angular-sanitize": "^1.6.2",
"angular-message-format": "^1.6.2",
"impac-angular": "~1.8.5",
"angular-bootstrap-toggle": "^0.1.2"
},
"devDependencies": {
"angular-mocks": "~1.6.2"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"./fonts/*"
]
}
},
"resolutions": {
"angular": "~1.6.2",
"angular-toastr": "~1.7.0",
"angular-bootstrap": "~2.3.0",
"lodash": "~3.10.1",
"angular-translate": "~2.14.0"
}
}