{
  "name": "nuxt-flatpickr",
  "version": "0.0.2",
  "description": "Nuxt module for flatpickr datepicker",
  "license": "MIT",
  "contributors": [
    {
      "name": "Rasmus Schlunsen"
    }
  ],
  "main": "lib/module.js",
  "repository": "https://github.com/schlunsen/nuxt-flatpickr",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "nuxt test/fixture",
    "lint": "eslint lib test",
    "test": "npm run lint && jest",
    "release": "standard-version && git push --follow-tags && npm publish"
  },
  "eslintIgnore": [
    "lib/templates/*.*"
  ],
  "files": [
    "lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true
  },
  "dependencies": {
    "add": "^2.0.6",
    "vue-flatpickr-component": "^7.0.0",
    "yarn": "^1.5.1"
  },
  "devDependencies": {
    "codecov": "latest",
    "eslint": "latest",
    "eslint-config-google": "^0.9.1",
    "eslint-config-standard": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-node": "latest",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest",
    "eslint-plugin-vue": "latest",
    "jest": "latest",
    "jsdom": "latest",
    "nuxt": "latest",
    "standard-version": "^4.3.0"
  }
}
