{
  "name": "vuetify-upload-button",
  "version": "2.0.2",
  "description": "A Vue.js component for showing a Vuetify input/button for file uploading.",
  "main": "dist/vuetify-upload-button.js",
  "scripts": {
    "build": "rimraf ./dist && webpack --mode production"
  },
  "author": "Michael White",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doritobandito/vuetify-upload-button"
  },
  "keywords": [
    "vue",
    "vuejs",
    "vuetify",
    "vuetifyjs",
    "upload"
  ],
  "devDependencies": {
    "babel-core": "^6.10.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-2": "^6.11.0",
    "babel-runtime": "^6.9.2",
    "rimraf": "^2.6.1",
    "vue": "^2.2.1",
    "vue-html-loader": "^1.2.3",
    "vue-loader": "^11.1.4",
    "vue-style-loader": "^2.0.3",
    "vue-template-compiler": "^2.2.1",
    "webpack": "1.13.1",
    "webpack-merge": "^4.1.0",
    "css-loader": "^0.28.11"
  }
}
