{
  "name": "vuetify-umalqura",
  "version": "0.0.6",
  "description": "a vuetify date picker for umalqura calendar",
  "main": "dist/v-hijri-date-picker.esm.js",
  "module": "dist/v-hijri-date-picker.esm.js",
  "scripts": {
    "build": "rollup --config",
    "lint": "eslint ./src --fix"
  },
  "author": "Talal Alenizi",
  "license": "MIT",
  "keywords": [
    "vuetify",
    "vue",
    "component",
    "calendar",
    "umalqura",
    "islamic"
  ],
  "homepage": "https://github.com/talal424/vuetify-umalqura",
  "bugs": {
    "url": "https://github.com/talal424/vuetify-umalqura/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/talal424/vuetify-umalqura.git"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "eslint": "^7.5.0",
    "eslint-plugin-vue": "^6.2.2",
    "rollup": "^1.17.0"
  },
  "peerDependencies": {
    "vue": "^2.6.11",
    "vuetify": "^2.5.4",
    "@umalqura/core": "0.0.7"
  }
}
