Remove bower

This commit is contained in:
Arne Schlüter 2015-02-07 21:08:16 +01:00
commit 952f9aee96
3 changed files with 0 additions and 24 deletions

3
.gitignore vendored
View file

@ -1,6 +1,3 @@
static/bower_components
!static/bower_components/.gitkeep
# Ignore the SQLite database
violence.db

View file

@ -1,21 +0,0 @@
{
"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": {
"lodash": "~3.1.0"
}
}

View file