{
  "name": "date-and-time",
  "version": "0.14.2",
  "description": "A Minimalist DateTime utility for Node.js and the browser",
  "main": "date-and-time.js",
  "scripts": {
    "test": "./test.sh",
    "compile": "./compile.sh date-and-time.js date-and-time.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/knowledgecode/date-and-time.git"
  },
  "keywords": [
    "date",
    "time",
    "format",
    "parse",
    "utility"
  ],
  "author": "KNOWLEDGECODE",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/knowledgecode/date-and-time/issues"
  },
  "homepage": "https://github.com/knowledgecode/date-and-time",
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "babelify": "^7.3.0",
    "browserify": "^16.5.2",
    "expect.js": "^0.3.1",
    "mocha": "^7.2.0",
    "mocha-headless-chrome": "^3.1.0"
  },
  "browser": {
    "date-and-time": "./date-and-time.js"
  }
}
