{
  "name": "gdate",
  "version": "1.1.5",
  "description": "A lite extension to the native `Date` object",
  "main": "gdate.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GreyMatteOr/gdate.git"
  },
  "keywords": [
    "Date",
    "extension",
    "time",
    "units",
    "add",
    "subtract",
    "logic",
    "time-stamp",
    "month",
    "day",
    "year",
    "native",
    "YYYY/MM/DD"
  ],
  "author": "Matthew Lane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GreyMatteOr/gdate/issues"
  },
  "homepage": "https://github.com/GreyMatteOr/gdate",
  "devDependencies": {
    "jest": "^26.6.3"
  }
}
