bower.json
{
"name": "leaflet-blurred-location",
"homepage": "https://github.com/publiclab/leaflet-blurred-location",
"authors": [
"Public Lab"
],
"description": "Test for PublicLab maps",
"main": "dist/Leaflet.BlurredLocation.js",
"keywords": [
"publiclab"
],
"license": "GPL-3.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_source": "git://github.com/publiclab/leaflet-blurred-location.git"
}