{
  "name": "vue-responsive-calendar",
  "description": "A responsive calendar component for Vue.js",
  "version": "1.1.9",
  "author": {
    "name": "Arie Timmerman",
    "email": "arietimmerman@gmail.com"
  },
  "private": false,
  "keywords": [
    "vue",
    "vuejs",
    "plugin",
    "calendar",
    "schedule",
    "agenda"
  ],
  "license": "MIT",
  "main": "dist/vue-responsive-calendar.common.js",
  "unpkg": "dist/vue-responsive-calendar.browser.js",
  "module": "index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --config config/webpack.config.dev.js --progress --watch",
    "devserver": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --config config/webpack.config.devserver.js --content-base examples --inline --hot --open \"http://127.0.0.1:8080\"",
    "build": "npm run build:browser && npm run build:common && npm run build:demo",
    "build:browser": "cross-env NODE_ENV=production webpack --config config/webpack.config.browser.js --progress --hide-modules",
    "build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules",
    "build:demo": "cross-env NODE_ENV=production webpack --config config/webpack.config.demo.js --progress --hide-modules",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arietimmerman/vue-responsive-calendar.git"
  },
  "bugs": {
    "url": "https://github.com/arietimmerman/vue-responsive-calendar/issues"
  },
  "homepage": "https://github.com/arietimmerman/vue-responsive-calendar",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "moment": "^2.18.1",
    "moment-range": "^3.0.3",
    "vue-resource": "^1.3.4"
  },
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.0.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.16.0",
    "bootstrap": "^4.0.0-beta",
    "cross-env": "^3.1.3",
    "css-loader": "^0.26.1",
    "electron": "^1.7.8",
    "eslint": "^3.12.1",
    "eslint-config-standard": "^6.2.1",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-html": "^1.6.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "node-sass": "^4.0.0",
    "purify-css": "^1.2.5",
    "purifycss-webpack": "^0.7.0",
    "sass-loader": "^4.1.0",
    "vue-loader": "^10.0.0",
    "vue-template-compiler": "^2.1.6",
    "webpack": "^2.1.0-beta.28",
    "webpack-dev-server": "^2.9.1",
    "webpack-merge": "^1.1.2"
  }
}
