{
  "name": "vue-birth-datepicker",
  "description": "Date picker for distant dates, such as birthday. Just three clicks to choose any month and day 20 or 50 years ago.",
  "version": "0.2.8",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build-comp": "vue-cli-service build --target lib --name vueBirthDatepicker src/birth-datepicker.vue",
    "lint": "vue-cli-service lint"
  },
  "homepage": "http://mkant.ru/mink-js/vue-birth-datepicker/",
  "main": "dist/vueBirthDatepicker.common.js",
  "module": "dist/vueBirthDatepicker.umd.js",
  "unpkg": "dist/vueBirthDatepicker.umd.min.js",
  "type": "src/birth-datepicker.d.ts",
  "browser": {
    "./vue": "src/birth-datepicker.vue"
  },
  "private": false,
  "keywords": [
    "vue",
    "datepicker",
    "birthday picker",
    "distant date",
    "date",
    "birthday"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/m-kant/vue-birth-datepicker.git"
  },
  "bugs": {
    "url": "https://github.com/m-kant/vue-birth-datepicker/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.0.5",
    "@vue/cli-plugin-eslint": "^3.12.1",
    "@vue/cli-service": "^4.0.5",
    "node-sass": "^4.13.0",
    "sass-loader": "^8.0.0",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "rules": {},
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
