berliner-winter/www/bower.json
2014-11-10 15:28:56 +01:00

21 lines
430 B
JSON

{
"name": "election-visualizer",
"version": "0.0.1",
"authors": [
"Arne Schlüter <aesthaddicts@gmail.com>"
],
"description": "Visualizes the results of the German Bundestagswahl against its results.",
"main": "app.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"leaflet-dist": "~0.7.2"
}
}