40 lines
793 B
JSON
40 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"
|
||
|
}
|