aboutsummaryrefslogblamecommitdiffstats
path: root/library/fullcalendar/packages/luxon/package.json
blob: a7e2bbfcb60a73b73ec829b747cfba59ced857f8 (plain) (tree)

































                                                              
{
  "name": "@fullcalendar/luxon",
  "version": "4.4.2",
  "title": "FullCalendar Luxon Plugin",
  "description": "A connector to the Luxon date library",
  "keywords": [
    "calendar",
    "event",
    "full-sized"
  ],
  "homepage": "https://fullcalendar.io/",
  "docs": "https://fullcalendar.io/docs/luxon-plugin",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar.git",
    "homepage": "https://github.com/fullcalendar/fullcalendar"
  },
  "license": "MIT",
  "author": {
    "name": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  },
  "copyright": "2019 Adam Shaw",
  "peerDependencies": {
    "@fullcalendar/core": "~4.4.0",
    "luxon": "^1.12.1"
  },
  "main": "main.js",
  "module": "main.esm.js",
  "unpkg": "main.min.js",
  "types": "main.d.ts"
}