@polar/plugin-pins
Version:
Pins plugin for POLAR that adds map interactions to client that allow users to indicate a specific point on the map.
39 lines (38 loc) • 952 B
JSON
{
"name": "@polar/plugin-pins",
"version": "3.1.0",
"description": "Pins plugin for POLAR that adds map interactions to client that allow users to indicate a specific point on the map.",
"keywords": [
"OpenLayers",
"ol",
"POLAR",
"plugin",
"pin",
"coordinate"
],
"license": "EUPL-1.2",
"type": "module",
"author": "Dataport AöR <polar@dataport.de>",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Dataport/polar.git",
"directory": "packages/plugins/Pins"
},
"files": [
"src/**/*",
"CHANGELOG.md"
],
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"ol": "^10.4.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@polar/lib-custom-types": "^2.2.0",
"@polar/lib-idx": "^1.0.0",
"@polar/lib-passes-boundary-check": "^2.0.1",
"@polar/lib-test-mount-parameters": "^1.4.0"
}
}