{
    "name": "vue-ethiopian-calendar",
    "version": "1.0.9",
    "description": "A Vue 2 component for Ethiopian (Amete Alem) calendar with Gregorian date conversion",
"main": "dist/EthiopianCalendar.umd.js",
  "module": "dist/EthiopianCalendar.es.js",
  "files": [
    "dist/*"
  ],
    "scripts": {
        "build": "vue-cli-service build --target lib --name EthiopianCalendar src/EthiopianCalendar.vue",
        "serve": "vue-cli-service serve",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "ethiopian-calendar",
        "vue-ethiopian-calendar",
        "vue-ethiopian",
        "ethiopian",
        "calendar",
        "amete alem",
        "vue",
        "vue2",
        "date-picker",
        "gregorian-conversion"
    ],
    "author": "Dagem Getachew Asefa <dagem.getachew@stellargeneraltrading.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/dagem12/vue-ethiopian-calendar.git"
    },
    "bugs": {
        "url": "https://github.com/dagem12/vue-ethiopian-calendar/issues"
    },
    "homepage": "https://github.com/dagem12/vue-ethiopian-calendar#readme",
    "peerDependencies": {
       "vue": "^2.6.0"
    },
    "devDependencies": {
        "@vue/cli-service": "^4.5.19",
        "vue": "^2.6.14",
        "vue-template-compiler": "^2.6.14"
    }
}
