{
  "name": "input-date-polyfill",
  "version": "1.0.6",
  "description": "Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.",
  "main": "input-date-polyfill.dist.js",
  "contributors": [
    {
      "name": "Pavanello Emanuele",
      "email": "pavanello.emanuele@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/epavanello/input-date-polyfill.git"
  },
  "bugs": "https://github.com/epavanello/input-date-polyfill/issues",
  "keywords": [
    "html5",
    "light",
    "lightweight",
    "input",
    "type",
    "date",
    "datepicker",
    "polyfill"
  ],
  "analyze": true,
  "license": "MIT",
  "devDependencies": {
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/plugin-transform-modules-umd": "^7.13.0",
    "@babel/preset-env": "^7.13.10",
    "babel-loader": "^8.2.2",
    "css-loader": "^0.25.0",
    "eslint": "^3.7.1",
    "node-sass": "^5.0.0",
    "sass-loader": "^4.0.2",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.16.2",
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.10",
    "core-js": "^3.9.1"
  },
  "dependencies": {},
  "scripts": {
    "start": "./node_modules/.bin/webpack-dev-server",
    "build": "./node_modules/.bin/webpack",
    "patch": "npm version patch"
  }
}
