diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..cb8c00e --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "leaflet-choropleth", + "version": "1.0.0", + "homepage": "https://github.com/timwis/leaflet-choropleth", + "authors": [ + "timwis " + ], + "description": "Choropleth plugin for Leaflet (color scale based on value)", + "main": "dist/choropleth.js", + "keywords": [ + "leaflet", + "choropleth", + "chloropleth" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json index 3cdf9cf..77c8699 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,23 @@ { "name": "leaflet-choropleth", "version": "1.0.0", - "description": "", - "main": "choropleth.js", + "description": "Choropleth plugin for Leaflet (color scale based on value)", + "main": "src/choropleth.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "webpack -p", + "watch": "webpack --watch" }, "keywords": [ "leaflet", - "choropleth" + "choropleth", + "chloropleth" ], - "author": "timwis", + "author": "timwis ", + "homepage": "https://github.com/timwis/leaflet-choropleth", + "repository": { + "type": "git", + "url": "https://github.com/timwis/leaflet-choropleth.git" + }, "license": "MIT", "devDependencies": { "webpack": "^1.12.3"