{
  "name": "yamvish-date-format",
  "version": "0.2.1",
  "description": "date format tools for yamvish expression's filter",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "bump:patch": "git add -A && git commit -m 'patch version' && git push && mversion patch -m && git push --tags && npm publish",
    "bump:minor": "git add -A && git commit -m 'patch version' && git push && mversion minor -m && git push --tags && npm publish",
    "bump:major": "git add -A && git commit -m 'patch version' && git push && mversion major -m && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomocas/yamvish-date-format.git"
  },
  "keywords": [
    "date-format",
    "yamvish"
  ],
  "author": "Gilles Coomans <gilles.coomans@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nomocas/yamvish-date-format/issues"
  },
  "dependencies": {
    "nomocas-utils": "^0.0.6"
  },
  "homepage": "https://github.com/nomocas/yamvish-date-format#readme"
}
