{
  "name": "vue-color-picker-wheel",
  "version": "0.4.3",
  "description": "A Vue color picker component based on the Farbtastic jQuery Color Picker plug-in",
  "main": "dist/color-picker.umd.js",
  "module": "dist/color-picker.esm.js",
  "unpkg": "dist/color-picker.min.js",
  "browser": {
    "./sfc": "src/color-picker.vue"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build",
    "build": "npm run build:umd & npm run build:es & npm run build:unpkg",
    "build:umd": "rollup --config build/rollup.config.js --format umd --file dist/color-picker.umd.js --environment BUILD:production",
    "build:es": "rollup --config build/rollup.config.js --format es --file dist/color-picker.esm.js --environment BUILD:production",
    "build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/color-picker.min.js --environment BUILD:production,SB_MINIFY"
  },
  "author": "Jeroen Peerbolte <jeroen@stijlbreuk.nl>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stijlbreuk/vue-color-picker-wheel.git"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "autoprefixer": "^9.3.1",
    "node-sass": "^4.10.0",
    "rollup": "^0.66.6",
    "rollup-plugin-buble": "^0.19.4",
    "rollup-plugin-uglify": "^6.0.0",
    "rollup-plugin-vue": "^4.3.2",
    "sass-loader": "^7.1.0",
    "vue": "^2.5.17",
    "vue-template-compiler": "^2.5.17"
  },
  "keywords": [
    "vue",
    "vue.js",
    "color picker",
    "color",
    "picker",
    "component",
    "farbtastic"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
