Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -0,0 +1,33 @@
{
"name": "leaflet",
"version": "0.7.7",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"copyfiles": "^0.2.1",
"happen": "~0.2.0",
"jake": "~8.0.12",
"jshint": "~2.8.0",
"karma": "~0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "~0.5.3",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "~2.3.3",
"tin": "^0.5.0",
"uglify-js": "~2.5.0"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"build": "jake build",
"release": "./build/publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}