berliner-winter/static/bower.json
2015-02-07 18:45:10 +01:00

21 lines
383 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": {
"lodash": "~3.1.0"
}
}