{
  "name": "simple-calendar-js",
  "version": "3.0.14",
  "description": "Lightweight JavaScript calendar component (~16KB gzipped). Zero dependencies, framework-agnostic (React, Vue, Angular, vanilla JS). Month, week, day, and list views. Built-in date & range picker. Free for personal use — commercial license at simplecalendarjs.com.",
  "main": "dist/simple-calendar-js.min.js",
  "style": "dist/simple-calendar-js.min.css",
  "files": [
    "dist/",
    "frameworks/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node build.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "calendar",
    "javascript",
    "vanilla-js",
    "zero-dependencies",
    "no-jquery",
    "responsive",
    "events",
    "scheduler",
    "datepicker",
    "date-picker",
    "range-picker",
    "month-view",
    "week-view",
    "day-view",
    "list-view",
    "dark-mode",
    "ui-component",
    "framework-agnostic",
    "react",
    "vue",
    "angular",
    "fullcalendar-alternative",
    "event-calendar",
    "calendar-component",
    "booking",
    "scheduling"
  ],
  "author": "Pedro Lopes <simplecalendarjs@gmail.com> (https://www.simplecalendarjs.com)",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/pclslopes/SimpleCalendarJs.git"
  },
  "bugs": {
    "url": "https://github.com/pclslopes/SimpleCalendarJs/issues",
    "email": "simplecalendarjs@gmail.com"
  },
  "homepage": "https://www.simplecalendarjs.com",
  "devDependencies": {
    "clean-css": "^5.3.3",
    "terser": "^5.44.0"
  },
  "browserslist": [
    "defaults",
    "not IE 11",
    "not op_mini all"
  ],
  "funding": {
    "type": "individual",
    "url": "https://www.simplecalendarjs.com"
  }
}
