freifunkmanager/bower.json

33 lines
766 B
JSON
Raw Permalink Normal View History

2016-07-06 22:52:31 +02:00
{
"name": "freifunkmanager",
"homepage": "https://github.com/FreifunkBremen/freifunkmanager",
"authors": [
"Martin Geno <geno+dev@fireorbit.de>"
],
"description": "",
"main": "",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ng-table": "^1.0.0",
"angular-ui-router": "^0.3.1",
"angular-resource": "^1.5.7",
"angular-bootstrap": "^1.3.3",
"bootstrap": "^3.3.6",
"angular-moment": "^0.10.3",
"angular-web-notification": "^0.0.83",
"ui-leaflet": "^1.0.1",
2016-07-09 10:15:03 +02:00
"angular-cookies": "^1.5.7",
"Leaflet.label": "^0.2.1",
2016-07-13 11:43:27 +02:00
"lodash": "^4.13.1",
"angularLocalStorage": "^0.3.2",
"leaflet.markercluster": "^0.5.0"
2016-07-06 22:52:31 +02:00
}
}