From 3e0f25de4790f92ff0321ee4b296169ebc6798be Mon Sep 17 00:00:00 2001 From: iboates Date: Sun, 14 Apr 2019 15:57:41 +0200 Subject: [PATCH] release 1.0 --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f84700d --- /dev/null +++ b/package.json @@ -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" +}