First version

This commit is contained in:
LeOSW42
2015-01-27 18:00:59 +01:00
parent bfcf5e638d
commit cb60701513
63 changed files with 21013 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "leaflet.fullscreen",
"version": "1.1.4",
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
"main": "Control.FullScreen.js",
"scripts": {
"test": "jshint Control.FullScreen.js"
},
"repository": {
"type": "git",
"url": "git://github.com/brunob/leaflet.fullscreen.git"
},
"keywords": [
"leaflet",
"plugins",
"maps",
"fullscreen"
],
"devDependencies": {
"jshint": "2.5.0"
},
"author": "b_b",
"license": "MIT License",
"readmeFilename": "README.md"
}