Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboates committed Apr 14, 2019
1 parent 2246c0c commit 3e0f25d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "leaflet-spotlight",
"version": "1.0.0",
"description": "Leaflet plugin for dynamically highlighting features of a layer near the mouse ",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iboates/leaflet-spotlight.git"
},
"keywords": [
"leaflet",
"gis",
"mapping",
"map"
],
"author": "Isaac Boates",
"license": "MIT",
"bugs": {
"url": "https://github.com/iboates/leaflet-spotlight/issues"
},
"homepage": "https://github.com/iboates/leaflet-spotlight#readme"
}

0 comments on commit 3e0f25d

Please sign in to comment.