facilmap/frontend/bower.json

39 wiersze
906 B
JSON

{
"name": "facilpad",
"version": "0.1.0",
"homepage": "https://github.com/rankenstein/facilpad",
"authors": [
"Candid Dauth <cdauth@cdauth.eu>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"async": "^2.0.1",
"tablesorter": "jquery.tablesorter#^2.25.4",
"marked": "^0.3.6",
"angular-ui-sortable": "^0.14.3",
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
"blob": "*",
"angular-bootstrap": "^2.1.4",
"bootstrap": "^3.3.7",
"bootstrap-touchspin": "^3.1.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.ttf"
]
}
}
}