{
  "name": "vue-material-design-icons",
  "version": "4.12.1",
  "author": "Rob Cresswell <robcresswell@protonmail.com>",
  "license": "MIT",
  "description": "A collection of material design icons as Vue single file components",
  "repository": "github:robcresswell/vue-material-design-icons",
  "keywords": [
    "vue",
    "material design icons",
    "mdi",
    "icons",
    "material",
    "icon",
    "svg",
    "vue.js",
    "material design"
  ],
  "devDependencies": {
    "@babel/core": "^7.10.0",
    "@babel/preset-env": "^7.10.0",
    "@mdi/js": "5.9.55",
    "@vue/test-utils": "1.0.0-beta.29",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^26.0.1",
    "jest": "^26.0.1",
    "jest-junit": "^10.0.0",
    "jest-serializer-vue": "2.0.2",
    "mustache": "^4.0.1",
    "p-map": "^4.0.0",
    "prettier": "^2.0.5",
    "regenerator-runtime": "^0.13.5",
    "vue": "^2.6.11",
    "vue-jest": "^3.0.5",
    "vue-template-compiler": "^2.6.11"
  },
  "homepage": "https://github.com/robcresswell/vue-material-design-icons",
  "bugs": {
    "url": "https://github.com/robcresswell/vue-material-design-icons/issues"
  },
  "scripts": {
    "prebuild": "rm -rf dist/",
    "build": "./build.js",
    "postbuild": "cp styles.css package.json README.md dist/",
    "format": "prettier --write **/*.{js,vue}",
    "test": "jest"
  }
}
