tn-community-browser/bower.json

25 lines
548 B
JSON
Raw Normal View History

2016-01-26 00:45:53 +00:00
{
"name": "tn-community-browser",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap-sass-official": "^3.2.0",
"angular-route": "^1.4.0",
"underscore": "~1.8.3",
"underscore.string": "~3.2.3",
"angular-xeditable": "~0.1.9",
"angular-bootstrap-switch": "~0.4.1"
},
"appPath": "app",
"moduleName": "tnCommunityBrowserApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}