{
  "name": "vue-calendar-heatmap",
  "description": "A calendar heatmap Vuejs component built on SVG, inspired by github's contribution calendar graph",
  "version": "0.8.4",
  "author": {
    "name": "Rabin Julien",
    "email": "julienr114@gmail.com"
  },
  "keywords": [
    "vue",
    "vuejs",
    "component",
    "heatmap",
    "calendar-heatmap"
  ],
  "license": "MIT",
  "main": "dist/vue-calendar-heatmap.common.js",
  "unpkg": "dist/vue-calendar-heatmap.browser.js",
  "module": "index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --config config/webpack.config.dev.js --progress --watch",
    "build": "npm run build:browser && npm run build:common",
    "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",
    "prepublish": "npm run build"
  },
  "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",
    "cross-env": "^3.1.3",
    "css-loader": "^0.26.1",
    "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",
    "eslint-plugin-vue": "^4.5.0",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "pug": "^2.0.3",
    "pug-loader": "^2.4.0",
    "vue-loader": "^10.0.0",
    "vue-template-compiler": "^2.1.6",
    "webpack": "^2.1.0-beta.28",
    "webpack-merge": "^1.1.2"
  },
  "dependencies": {
    "v-tooltip": "^2.0.0-rc.32"
  }
}
