{
  "name": "pretty-checkbox-vue",
  "version": "1.1.9",
  "description": "Quickly integrate pretty checkbox Components (checkbox, switch, radio button) with Vue.js",
  "keywords": [
    "Pretty",
    "Radio",
    "Switch",
    "Button",
    "Pretty Checkbox",
    "pretty-checkbox",
    "Components",
    "Vue",
    "VueJS",
    "Vue2",
    "WebComponents",
    "CSS",
    "Input",
    "Checkbox"
  ],
  "main": "dist/pretty-checkbox-vue.js",
  "scripts": {
    "build": "webpack --hide-modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hamed-ehtesham/pretty-checkbox-vue.git"
  },
  "files": [
    "src",
    "dist",
    "input.js",
    "check.js",
    "radio.js"
  ],
  "author": "Hamed Ehtesham",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hamed-ehtesham/pretty-checkbox-vue/issues"
  },
  "homepage": "https://hamed-ehtesham.github.io/pretty-checkbox-vue/",
  "peerDependencies": {
    "vue": "^2.2.0"
  },
  "dependencies": {
    "pretty-checkbox": "^3.0.3"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "template-banner-webpack-plugin": "^1.1.2",
    "uglifyjs-webpack-plugin": "^1.1.6",
    "vue-loader": "^13.7.0",
    "vue-template-compiler": "^2.5.13",
    "webpack": "^3.10.0",
    "webpack-merge": "^4.1.1"
  }
}
