{
  "name": "@oscarbarrett/date-holidays",
  "version": "1.4.0-alpha.1",
  "description": "worldwide holidays",
  "keywords": [
    "holidays",
    "world"
  ],
  "homepage": "https://github.com/commenthol/date-holidays",
  "bugs": {
    "url": "https://github.com/commenthol/date-holidays/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commenthol/date-holidays.git"
  },
  "license": "(ISC AND CC-BY-3.0)",
  "author": "commenthol <commenthol@gmail.com>",
  "contributors": [
    "ash <makingahabit@gmail.com>",
    "Bilal Gültekin <bilal@Bilals-MacBook-Pro.local>",
    "Christian Schinnerl <Schinnerl.Christian@gmail.com>",
    "David Álvarez Navarro <david16an@gmail.com>",
    "Erlend Ellingsen <erlend.ame@gmail.com>",
    "Francesco Ansanelli <f.ansanelli@solution-g.com>",
    "Goran Martinjak <goran@netgen.hr>",
    "Guillaume Bisch <guillaume@sqrd.com>",
    "James Dixon <jim.w.dixon@gmail.com>",
    "Jeff Hughes <43132199+jwh-hutchison@users.noreply.github.com>",
    "John-Olav Storvold <johsto@knowit.no>",
    "Lukas Eipert <git@leipert.io>",
    "Mauro Braggio <m.braggio@e-time.it>",
    "Matthias Lösch <mlo@codiac.de>",
    "Roman Hirsch <r.hirsch@brendow.de>",
    "Ryan Gerry <rgerry@bluemarblepayroll.com>",
    "Quennie <simply.me.queeny@gmail.com>",
    "Tiago <tiago.peliciari@gmail.com>",
    "Wayne Parrott <wayne.parrott@reblcorp.com>",
    "Wésley Queiroz <wesleycoder@gmail.com>"
  ],
  "main": "lib",
  "typings": "types",
  "bin": {
    "holidays2json": "./scripts/holidays2json.js"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "all": "npm-run-all clean lint build yaml test doc:tree doc:attrib webpack",
    "build": "babel -d lib src",
    "clean": "rimraf lib dist",
    "clean:all": "npm-run-all clean clean:modules",
    "clean:modules": "rimraf node_modules",
    "doc:tree": "node scripts/addtree.js",
    "doc:attrib": "node scripts/attributions.js",
    "lint": "eslint --fix '**/*.js'",
    "prepublishOnly": "npm run all",
    "ci": "npm-run-all build yaml test",
    "test": "npm-run-all test:*",
    "test:ci": "mocha",
    "test:ts": "dtslint types",
    "watch": "watch-run -p data/countries/*.yaml npm run yaml",
    "webpack": "webpack",
    "yaml": "node scripts/holidays2json.js"
  },
  "babel": {
    "ignore": [
      "./dist"
    ],
    "presets": [
      "env",
      "stage-2"
    ]
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "eslintConfig": {
    "extends": "standard",
    "plugins": [
      "standard"
    ]
  },
  "dependencies": {
    "@oscarbarrett/date-holidays-parser": "1.4.0-alpha.1",
    "js-yaml": "^3.12.0",
    "lodash.omit": "^4.5.0",
    "lodash.pick": "^4.4.0",
    "prepin": "^1.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "babelify": "^8.0.0",
    "core-js": "^2.6.4",
    "dtslint": "^0.4.1",
    "eslint": "^5.13.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "hashtree": "^0.7.0",
    "markedpp": "^0.3.10",
    "mocha": "^5.2.0",
    "npm-run-all": "^4.1.3",
    "parallel-webpack": "^2.3.0",
    "rimraf": "^2.6.2",
    "serialize-to-js": "^1.2.1",
    "typescript": "^3.3.3",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "webpack": "^4.29.3",
    "webpack-bundle-analyzer": "^3.0.4",
    "webpack-cli": "^3.2.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "maintainers": [
    "commenthol <commenthol@gmail.com>",
    "Ryan Gerry <rgerry@bluemarblepayroll.com>"
  ]
}
