Files
contao-leaflet-libraries/assets/leaflet-fullscreen/package.json

26 lines
575 B
JSON
Raw Normal View History

2015-01-20 16:03:59 +01:00
{
"name": "leaflet.fullscreen",
"version": "1.6.0",
2015-01-20 16:03:59 +01:00
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
"main": "Control.FullScreen.js",
"scripts": {
2018-08-23 15:40:48 +02:00
"test": "eslint --config .eslintrc Control.FullScreen.js"
2015-01-20 16:03:59 +01:00
},
"repository": {
"type": "git",
"url": "git://github.com/brunob/leaflet.fullscreen.git"
},
"keywords": [
"leaflet",
"plugins",
"maps",
"fullscreen"
],
"devDependencies": {
"eslint": "^5.4.0"
2015-01-20 16:03:59 +01:00
},
"author": "b_b",
"license": "MIT License",
"readmeFilename": "README.md"
}