{
  "name": "vue-html2canvas",
  "version": "0.0.4",
  "description": "Vue mixin for Html2Canvas",
  "main": "index.js",
  "semistandard": {
    "parser": "babel-eslint",
    "ignore": [
      "/dist/**"
    ]
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "semistandard --fix | snazzy",
    "prebuild": "npm run lint",
    "build": "rm -rf dist && webpack --progress --hide-modules"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mycure-inc/vue-html2canvas.git"
  },
  "keywords": [
    "canvas",
    "html2canvas",
    "vue",
    "mixin",
    "html",
    "to",
    "image",
    "element",
    "to",
    "image",
    "element",
    "to",
    "canvas"
  ],
  "dependencies": {
    "html2canvas": "^1.0.0-alpha.12"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "compression-webpack-plugin": "^1.0.0",
    "css-loader": "^0.28.4",
    "semistandard": "^12.0.1",
    "snazzy": "^8.0.0",
    "style-loader": "^0.18.2",
    "uglify-loader": "^2.0.0",
    "webpack": "^3.5.4"
  },
  "author": "Jofferson Ramirez Tiquez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mycure-inc/vue-html2canvas/issues"
  },
  "homepage": "https://github.com/mycure-inc/vue-html2canvas#readme"
}
