{
  "name": "@j0nz/v-avatar",
  "main": "dist/v-avatar.umd.min.js",
  "version": "0.1.2",
  "license": "ISC",
  "description": "Easily add random avatars to your users profiles.",
  "keywords": [
    "vue",
    "vuejs",
    "avatar",
    "gravatar",
    "robohash"
  ],
  "author": "Reed Jones <reedjones@reedjones.com>",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "bundle": "vue-cli-service build --target lib --name v-avatar ./src/components/index.js"
  },
  "dependencies": {
    "vue": "^2.6.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reed-jones/v-avatar.git"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.11.0",
    "@vue/cli-service": "^3.11.0",
    "pug": "^2.0.4",
    "pug-plain-loader": "^1.0.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "*.json",
    "*.js"
  ]
}
