mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Set up serving of index.html and assets
This commit is contained in:
parent
da39c6b9dc
commit
155874f689
16 changed files with 9712 additions and 3 deletions
21
static/bower.json
Normal file
21
static/bower.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue