mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-07 03:33:39 +02:00
21 lines
389 B
JSON
21 lines
389 B
JSON
{
|
|
"name": "election-visualizer",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"Arne Schlüter <aesthaddicts@gmail.com>"
|
|
],
|
|
"description": "Visualizes hate-crime in Berlin",
|
|
"main": "app.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"leaflet-dist": "~0.7.2"
|
|
}
|
|
}
|