Skip to content

Commit

Permalink
More detail to package.json, add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed Nov 11, 2015
1 parent 80905b2 commit 13bde0d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
23 changes: 23 additions & 0 deletions bower.json
@@ -0,0 +1,23 @@
{
"name": "leaflet-choropleth",
"version": "1.0.0",
"homepage": "https://github.com/timwis/leaflet-choropleth",
"authors": [
"timwis <tim@timwis.com>"
],
"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"
]
}
17 changes: 12 additions & 5 deletions 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 <tim@timwis.com>",
"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"
Expand Down

0 comments on commit 13bde0d

Please sign in to comment.