kloudbuster/kb_web/bower.json
Yichen Wang 52df31f156 Fix the Web UI building issue
Change-Id: Ic5d919331f2cc23132212a3a1e729ed153102a37
2015-11-10 14:24:43 -08:00

35 lines
770 B
JSON

{
"name": "kb-web",
"version": "0.0.1",
"dependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-bootstrap": "~0.13.0",
"angular-cookies": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-route": "~1.4.5",
"angular-sanitize": "~1.4.5",
"angular-touch": "~1.4.5",
"bootstrap": "~3.3.5",
"d3": "~3.5.6",
"moment": "~2.10.6",
"ng-table": "~0.8.3",
"angular-loading-bar": "~0.8.0",
"jquery-touchswipe": "~1.6.12"
},
"devDependencies": {
"angular-mocks": "^1.4.5"
},
"appPath": "app",
"moduleName": "kbWebApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}