{
  "name": "build-tools-webpack-vue",
  "version": "1.1.0",
  "description": "Configurations to use webpack with Vue",
  "main": "./index.js",
  "license": "MIT",
  "contributors": [
    "David Recuenco <david.recuencogadea@gmail.com>",
    "Jaime Pastor <moelders@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/adidas/js-build-tools.git"
  },
  "engines": {
    "node": ">= 8",
    "npm": ">= 5"
  },
  "peerDependencies": {
    "vue": "~2.6.10"
  },
  "dependencies": {
    "vue-loader": "~15.7.0",
    "vue-style-loader": "~4.1.2",
    "vue-template-compiler": "~2.6.10"
  }
}
