{
  "name": "laravel-mix-svg-vue",
  "version": "0.2.7",
  "description": "A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO",
  "main": "index.js",
  "files": [
    "index.js",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielstgt/laravel-mix-svg-vue.git"
  },
  "keywords": [
    "laravel mix",
    "svg",
    "vue",
    "svgo"
  ],
  "author": "Daniel Hartmann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielstgt/laravel-mix-svg-vue/issues"
  },
  "homepage": "https://github.com/danielstgt/laravel-mix-svg-vue",
  "peerDependencies": {
    "laravel-mix": "^4.0.15 || ^5.0.0 || ^6.0.0"
  },
  "dependencies": {
    "fs": "0.0.1-security",
    "imagemin": "^6.1.0",
    "imagemin-svgo": "^7.0.0",
    "img-loader": "^3.0.1",
    "path": "^0.12.7",
    "raw-loader": "^4.0.0",
    "svg-vue": "^0.1.1"
  }
}
