Leaflet/package.json
Vladimir Agafonkin b1d5f0c800 Merge branch 'master' of https://github.com/Leaflet/Leaflet
* 'master' of https://github.com/Leaflet/Leaflet:
  Fixing long line
  Adding bounceAtZoomLimits option
  The drag click avoid hack is needed for touch zooms on ie10 also, when releasing your fingers after a touch zoom click events are generated. Fixes #2094
  Remove leftover code from the draggable/tap cleanup. Fixes #2103
  Changed main module file to use un-minified version.
  adding alt tag to marker icons
  Fixing line too long error
  Do not scale above minzoom and maxzoom in touch zoom action
2013-10-26 20:41:41 +03:00

28 lines
560 B
JSON

{
"name": "leaflet",
"version": "0.6.3",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jshint": "~2.3.0",
"mocha": "~1.13.0",
"happen": "~0.1.3",
"karma": "~0.10.4",
"uglify-js": "~2.4.1",
"jake": "~0.7.3",
"karma-mocha": "~0.1.0"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"prepublish": "jake"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}