UNPKG

@polar/plugin-icon-menu

Version:

IconMenu plugin for POLAR that adds a menu that may provide various plugins' functionality as openable menu points.

36 lines (35 loc) 857 B
{ "name": "@polar/plugin-icon-menu", "version": "1.5.0", "description": "IconMenu plugin for POLAR that adds a menu that may provide various plugins' functionality as openable menu points.", "keywords": [ "OpenLayers", "ol", "POLAR", "plugin", "icon menu", "menu" ], "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/IconMenu" }, "files": [ "src/**/*", "CHANGELOG.md" ], "peerDependencies": { "@repositoryname/vuex-generators": "^1.1.2", "vue": "^2.6.14", "vuex": "^3.6.2" }, "devDependencies": { "@polar/lib-custom-types": "^2.2.0", "@polar/lib-test-mount-parameters": "^1.4.0" } }