{
   "name": "fisforformat",
   "version": "2.3.2",
   "description": "F is for Format, WHAT THE diff, & Friends - a JavaScript Library that extends JavaScript's Date object, providing additional functionality missing from the standard implementation. Output a date in almost any format, calculate the difference between any two dates, and more!",
   "main": "dist/date.f.js",
   "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1",
      "dev": "webpack --mode development",
      "build": "webpack --mode production"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/faulkj/fisforformat.git"
   },
   "keywords": [
      "date",
      "format",
      "formatter",
      "time",
      "datetime",
      "date compare",
      "diff",
      "date difference",
      "date diff",
      "date format",
      "date formatter",
      "date methods"
   ],
   "author": "Joshua Faulkenberry <j@joshuafaulkenberry.com> (https://joshuafaulkenberry.com/)",
   "license": "Kopimi",
   "bugs": {
      "url": "https://github.com/faulkj/fisforformat/issues"
   },
   "homepage": "https://github.com/faulkj/fisforformat#readme",
   "devDependencies": {
      "uglify-js": "^3.15.5",
      "webpack": "^5.59.1",
      "webpack-cli": "^4.9.1",
      "webpack-concat-files-plugin": "^0.5.2"
   }
}
