leaflet-paintpolygon
Version:
Leaflet plugin to create polygon with circle, for touchscreen
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "leaflet-paintpolygon",
"version": "1.2.1-alpha.1",
"description": "Leaflet plugin to create polygon with circle, for touchscreen",
"main": "dist/Leaflet.PaintPolygon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcoupin/leaflet-paintpolygon.git"
},
"keywords": [
"leaflet",
"create",
"polygon",
"circle",
"paint"
],
"author": "Thibault Coupin <thibault.coupin@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tcoupin/leaflet-paintpolygon/issues"
},
"homepage": "https://github.com/tcoupin/leaflet-paintpolygon#readme",
"devDependencies": {
"turf": "7.0.0-alpha.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"leaflet": "^1.3.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"dependencies": {}
}