leaflet.freedraw
Version:
Zoopla inspired freehand polygon creation using Leaflet.js.
48 lines • 1.31 kB
JSON
{
"name": "leaflet.freedraw",
"version": "1.1.11",
"description": "Zoopla inspired freehand polygon creation using Leaflet.js.",
"main": "dist/leaflet.freedraw.js",
"scripts": {
"test": "grunt test",
"start": "node example/server/default.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Wildhoney/Leaflet.FreeDraw.git"
},
"keywords": [
"leaflet",
"freedraw",
"polygon",
"drawing",
"freehand"
],
"author": "Adam Timberlake <adam.timberlake@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wildhoney/Leaflet.FreeDraw/issues"
},
"homepage": "https://github.com/Wildhoney/Leaflet.FreeDraw",
"dependencies": {
"express": "^4.9.0"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"karma": "^0.12.24",
"karma-firefox-launcher": "^0.1.3",
"karma-fixture": "^0.2.1-1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.1.5"
}
}