{
  "name": "@rschedule/core",
  "version": "1.5.0",
  "description": "A typescript library for working with recurring dates and events.",
  "author": "John Carroll <john.carroll.p@gmail.com>",
  "homepage": "https://gitlab.com/john.carroll.p/rschedule",
  "bugs": "https://gitlab.com/john.carroll.p/rschedule/issues",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/john.carroll.p/rschedule.git"
  },
  "license": "Unlicense",
  "keywords": [
    "rschedule",
    "javascript",
    "typescript"
  ],
  "sideEffects": false,
  "main": "./umd/main.js",
  "module": "./es2015/main.js"
}
