{
  "name": "litepickeropendays",
  "version": "1.0.1",
  "description": "Date range picker - lightweight, no dependencies with opendays forked from https://github.com/wakirin/litepicker#readme",
  "main": "./dist/js/main.js",
  "types": "./dist/js/index.d.ts",
  "scripts": {
    "prod": "webpack --config config/webpack.prod.js",
    "dev": "webpack --config config/webpack.dev.js",
    "docs": "webpack --config config/webpack.docs.js",
    "watch": "webpack -w --config config/webpack.dev.js",
    "test": "jest"
  },
  "keywords": [
    "datepicker",
    "date",
    "daterange",
    "date",
    "picker",
    "range",
    "lightweight",
    "no-dependencies"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hamedhaouari/Litepicker.git"
  },
  "author": {
    "name": "hamedhaouari.",
    "email": "hamedhaouari@gmail.com",
    "url": "https://mc-zen.com"
  },
  "homepage": "https://github.com/hamedhaouari/litepicker",
  "bugs": {
    "url": "https://github.com/wakirin/hamedhaouari/issues"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "@types/node": "^12.12.7",
    "autoprefixer": "^9.7.2",
    "css-loader": "^3.2.0",
    "dts-css-modules-loader": "^1.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.9.0",
    "mini-css-extract-plugin": "^0.8.0",
    "node-sass": "^4.13.0",
    "postcss-loader": "^3.0.0",
    "proxy-polyfill": "^0.3.0",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "ts-jest": "^24.2.0",
    "ts-loader": "^6.2.1",
    "tslint": "^5.20.1",
    "tslint-config-airbnb": "^5.11.2",
    "typescript": "^3.7.2",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-merge": "^4.2.2"
  },
  "browserslist": [
    "defaults",
    "not ie < 11",
    "last 2 versions",
    "> 1%"
  ]
}
