{
  "name": "@xassist/xassist-date",
  "version": "1.2.2",
  "description": "helper functions for date manipulation",
  "keywords": [
    "date",
    "isValid",
    "getWeekday"
  ],
  "bugs": {
    "email": "gregory.beirens@gmail.com"
  },
  "license": "GPL-3.0",
  "author": {
    "name": "Gregory Beirens",
    "email": "gregory.beirens@gmail.com"
  },
  "main": "dist/xassist-date.js",
  "module": "index",
  "scripts": {
    "pretest": "rimraf dist  && rollup -c",
    "test": "istanbul cover node_modules/tape/bin/tape test/**/*-test.js && eslint index.js src",
    "posttest": "npm run uglify",
    "build": "npm run test && git commit -am ",
    "prepublishOnly": "npm version patch && npm run build  -- \"publish latest version\"",
    "postpublish": "git push && git push --tags",
    "readme": "node csv2readme.config.js",
    "uglify": "uglifyjs  --comments /^@preserve/ dist/xassist-date.js -c -m -o dist/xassist-date.min.js"
  },
  "devDependencies": {
    "csv2readme": "^1.1.1",
    "rimraf": "^2.6.2",
    "rollup": "^0.57.1",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "@xassist/xassist-object": "^1.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GregBee2/xassist-date.git"
  },
  "homepage": "https://github.com/GregBee2/xassist-date.git",
  "directories": {
    "test": "test"
  }
}
