berliner-winter/www/bower.json
Arne Schlüter dbc50d8e58 Initial commit
2014-11-10 14:41:21 +01:00

18 lines
376 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"
]
}