mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
18 lines
376 B
JSON
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"
|
|
]
|
|
}
|