@craftkit/craft-widget-calendar
Version:
Fully customizable JavaScript calendar widget for Craftkit
37 lines (36 loc) • 894 B
JSON
{
"name": "@craftkit/craft-widget-calendar",
"version": "3.0.1",
"description": "Fully customizable JavaScript calendar widget for Craftkit",
"main": "index.js",
"module": "index.js",
"unpkg": "dist/craft-widget-calendar.min.js",
"dependencies": {
"@craftkit/craft-uikit": "*"
},
"devDependencies": {},
"scripts": {
"build": "wabpack --config config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craftkit/craft-widget-calendar.git"
},
"keywords": [
"WebComponents",
"Shadow DOM",
"OOP",
"SPA",
"PWA",
"frontend",
"UI widget",
"Calendar"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/craftkit/craft-widget-calendar/issues"
},
"homepage": "https://github.com/craftkit/craft-widget-calendar"
}