@vaadin/vaadin-board
Version:
Polymer element to create flexible responsive layouts and build nice looking dashboard.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@vaadin/vaadin-board",
"version": "23.6.0",
"publishConfig": {
"access": "public"
},
"description": "Polymer element to create flexible responsive layouts and build nice looking dashboard.",
"license": "https://vaadin.com/commercial-license-and-service-terms",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/vaadin-board"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-board.js",
"module": "vaadin-board.js",
"type": "module",
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js"
],
"keywords": [
"Vaadin",
"Board",
"dashboard",
"responsive",
"layout",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@vaadin/board": "~23.6.0"
},
"cvdlName": "vaadin-board",
"gitHead": "ec19662fcd35fb8ab6baa73c418ef235d7f26a14"
}