@vaadin/vaadin-select
Version:
vaadin-select
40 lines (39 loc) • 900 B
JSON
{
"name": "@vaadin/vaadin-select",
"version": "23.6.0",
"publishConfig": {
"access": "public"
},
"description": "vaadin-select",
"license": "https://vaadin.com/commercial-license-and-service-terms",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/vaadin-select"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-select.js",
"module": "vaadin-select.js",
"type": "module",
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js"
],
"keywords": [
"Vaadin",
"vaadin-select",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@vaadin/select": "~23.6.0"
},
"gitHead": "ec19662fcd35fb8ab6baa73c418ef235d7f26a14"
}