{
  "name": "unexpected-date",
  "version": "2.0.0",
  "description": "Unexpected plugin for date/time assertions",
  "main": "lib/unexpected-date.js",
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "TZ='Asia/Kolkata' mocha --exit test/**/*.spec.js documentation/**/*.md",
    "travis": "TZ='Asia/Kolkata' npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
    "coverage": "TZ='Asia/Kolkata' NODE_ENV=development nyc npm run test -- --reporter dot",
    "generate-site": "TZ='Asia/Kolkata' generate-site --require ./bootstrap-unexpected-markdown.js",
    "update-examples": "TZ='Asia/Kolkata' generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sushantdhiman/unexpected-date.git"
  },
  "keywords": [
    "unexpected",
    "unexpected.js",
    "date",
    "time",
    "datetime",
    "test",
    "assert",
    "assertions"
  ],
  "author": {
    "name": "Sushant Dhiman",
    "email": "sushantdhiman@outlook.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sushantdhiman/unexpected-date/issues"
  },
  "homepage": "https://github.com/sushantdhiman/unexpected-date",
  "peerDependencies": {
    "unexpected": ">=10.32.0"
  },
  "devDependencies": {
    "coveralls": "latest",
    "eslint": "latest",
    "mocha": "latest",
    "nyc": "latest",
    "unexpected": "latest",
    "unexpected-documentation-site-generator": "latest",
    "unexpected-markdown": "latest"
  }
}
