{
  "name": "calendrical-javascript",
  "version": "9.3.2",
  "description": "Routines for computations on calendars. Extend Date and Intl.DateTimeFormat. Allow custom calendars. Add historical gregorian calendars with custom switching date. Specify date in custom calendar. Handle week figures. Enhance Intl.DateTimeFormat. Extend Unicode CLDR and ICUs.",
  "scripts": {
    "test": "echo \"Test and demo page available at https://louis-aime.github.io/calendrical-javascript/ \" && exit 1"
  },
  "browser": "window",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Louis-Aime/calendrical-javascript.git"
  },
  "keywords": [
    "calendar",
    "custom calendars",
    "calendrical computations",
    "Date",
    "Intl",
    "Intl.DateTimeFormat",
    "date-format",
    "icu4j",
    "gregorian calendar"
  ],
  "author": "Louis-Aimé de Fouquières",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Louis-Aime/calendrical-javascript/issues"
  },
  "homepage": "https://github.com/Louis-Aime/calendrical-javascript#readme"
}
