{
  "name": "@date/holidays",
  "version": "0.4.2",
  "description": "Store and compare holiday dates",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "keywords": [
    "holiday",
    "holidays",
    "dates",
    "date",
    "bank holiday",
    "public holiday"
  ],
  "author": "Eli Doran <eli+npm@elidoran.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --no-eslintrc -c build/eslint/eslint.js --cache --cache-location build/eslint/cache index.js",
    "test": "mocha --reporter spec --bail --check-leaks test/test.js",
    "test8": "nave use 8 npm test",
    "test10": "nave use 10 npm test",
    "test12": "nave use 12 npm test",
    "tests": "npm run test8 && npm run test10 && npm run test12",
    "cover": "nyc --silent --no-clean npm run test",
    "cover8": "nave use 8 npm run cover",
    "cover10": "nave use 10 npm run cover",
    "cover12": "nave use 12 npm run cover",
    "covers": "npm run cover8 && npm run cover10 && npm run cover12",
    "coverage": "npm run covers && nyc report --reporter=lcov --reporter=text-summary",
    "travis": "npm run covers && nyc report --reporter=text-lcov | coveralls",
    "browser": "npm run cover && nyc report --reporter=html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/elidoran/node-date-holidays.git"
  },
  "bugs": "http://github.com/elidoran/node-date-holidays/issues",
  "devDependencies": {
    "coveralls": "^3.0.4",
    "eslint": "^6.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "mocha-lcov-reporter": "^1.3.0",
    "nave": "^2.4.2",
    "nyc": "^14.1.1"
  },
  "dependencies": {},
  "engines": {
    "node": ">=8"
  }
}
