File tree Expand file tree Collapse file tree 2 files changed +35
-5
lines changed
Expand file tree Collapse file tree 2 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments