freifunkmanager/bower.json

26 lines
452 B
JSON
Raw Normal View History

2016-06-23 14:07:43 +02:00
{
"name": "eventmanager",
"authors": [
"Martin Geno <geno+dev@fireorbit.de>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-06-24 03:17:12 +02:00
"material-design-lite": "^1.1.3",
"dialog-polyfill": "^0.4.3",
"Leaflet.label": "~0.2.1",
"leaflet": "~0.7.3",
"moment": "~2.9.0"
2016-06-23 14:07:43 +02:00
}
}