libreoffice-online/loleaflet/plugins/draw-0.2.4/package.json
Mihai Varga ff700ae813 Added Leaflet.Draw-0.2.4
Draw is a plugin that adds support for drawing and editing vectors and
markers on Leaflet maps. This will be used to create selections on the
document.
Source code: https://github.com/Leaflet/Leaflet.draw
Licence: MIT
2015-04-06 12:23:19 +03:00

39 lines
793 B
JSON

{
"name": "leaflet-draw",
"version": "0.2.3",
"description": "Vector drawing plugin for Leaflet",
"devDependencies": {
"leaflet": "~0.7.0",
"jshint": "~2.3.0",
"uglify-js": "~2.4.3",
"jake": "~0.7.4",
"mocha": "~1.14.0",
"happen": "~0.1.3",
"karma": "^0.12.19",
"karma-mocha": "~0.1.0",
"karma-coverage": "~0.1.3"
},
"main": "dist/leaflet.draw.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake",
"test": "jake test"
},
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.draw.git"
},
"keywords": [
"maps",
"leaflet",
"client",
"vector",
"drawing",
"draw"
],
"author": "Jacob Toye",
"license": "BSD",
"readmeFilename": "README.md"
}