Skip to content

Commit 13bde0d

Browse files
committed
More detail to package.json, add bower.json
1 parent 80905b2 commit 13bde0d

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "leaflet-choropleth",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/timwis/leaflet-choropleth",
5+
"authors": [
6+
"timwis <tim@timwis.com>"
7+
],
8+
"description": "Choropleth plugin for Leaflet (color scale based on value)",
9+
"main": "dist/choropleth.js",
10+
"keywords": [
11+
"leaflet",
12+
"choropleth",
13+
"chloropleth"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
22
"name": "leaflet-choropleth",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "choropleth.js",
4+
"description": "Choropleth plugin for Leaflet (color scale based on value)",
5+
"main": "src/choropleth.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "webpack -p",
8+
"watch": "webpack --watch"
89
},
910
"keywords": [
1011
"leaflet",
11-
"choropleth"
12+
"choropleth",
13+
"chloropleth"
1214
],
13-
"author": "timwis",
15+
"author": "timwis <tim@timwis.com>",
16+
"homepage": "https://github.com/timwis/leaflet-choropleth",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/timwis/leaflet-choropleth.git"
20+
},
1421
"license": "MIT",
1522
"devDependencies": {
1623
"webpack": "^1.12.3"

0 commit comments

Comments
 (0)