-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@polar/plugin-layer-chooser",
"version": "1.2.0",
"description": "LayerChooser plugin for POLAR that adds a layer selection and configuration UI element for both backgrounds and overlays.",
"keywords": ["OpenLayers", "ol", "POLAR", "plugin", "LayerChooser", "layer"],
"license": "EUPL-1.2",
"type": "module",
"author": "Dataport AöR <dataportpolarsupport@dataport.de>",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/Dataport/polar.git",
"directory": "packages/plugins/LayerChooser"
},
"files": [
"src/**/*",
"CHANGELOG.md"
],
"peerDependencies": {
"@masterportal/masterportalapi": "2.40.0",
"@repositoryname/vuex-generators": "^1.1.2",
"ol": "^9.2.4",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0",
"@polar/lib-test-mount-parameters": "^1.0.0"
}
}