Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Thorin committed Jan 31, 2018
1 parent 7a93132 commit ff0eacb
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions package.json
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"
}

0 comments on commit ff0eacb

Please sign in to comment.