-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter Thorin
committed
Jan 31, 2018
1 parent
7a93132
commit ff0eacb
Showing
1 changed file
with
30 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"name": "leaflet.zoomslider", | ||
"version": "0.7.0", | ||
"author": "Mattias Bengtsson <[email protected]>", | ||
"contributors": [ | ||
"Bryan Shelton (https://github.com/bshelton229)", | ||
"Peter Thorin <[email protected]> (https://github.com/pthorin)", | ||
"Per Liedman <[email protected]> (https://github.com/perliedman)", | ||
"Poisbeau Mathieu <[email protected]> (https://github.com/freepius44)", | ||
"Alexis THOMAS (https://github.com/ath0mas)" | ||
], | ||
"description": "A zoom slider widget for Leaflet", | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.9.0", | ||
"expect.js": "~0.2.0", | ||
"grunt": "~0.4.1", | ||
"grunt-karma": "~0.6.2", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"karma-mocha": "~0.1.1" | ||
}, | ||
"main": "src/L.Control.Zoomslider.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kartena/Leaflet.zoomslider.git" | ||
}, | ||
"keywords": ["maps", "leaflet"], | ||
"license": "MIT" | ||
"name": "leaflet.zoomslider", | ||
"version": "0.7.1", | ||
"author": "Mattias Bengtsson <[email protected]>", | ||
"contributors": [ | ||
"Bryan Shelton (https://github.com/bshelton229)", | ||
"Peter Thorin <[email protected]> (https://github.com/pthorin)", | ||
"Per Liedman <[email protected]> (https://github.com/perliedman)", | ||
"Poisbeau Mathieu <[email protected]> (https://github.com/freepius44)", | ||
"Alexis THOMAS (https://github.com/ath0mas)" | ||
], | ||
"description": "A zoom slider widget for Leaflet", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "~1.9.0", | ||
"expect.js": "~0.2.0", | ||
"grunt": "~0.4.1", | ||
"grunt-karma": "~0.6.2", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"karma-mocha": "~0.1.1" | ||
}, | ||
"main": "src/L.Control.Zoomslider.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kartena/Leaflet.zoomslider.git" | ||
}, | ||
"keywords": [ | ||
"maps", | ||
"leaflet" | ||
], | ||
"license": "MIT" | ||
} |