{
  "name": "vue-auth-image",
  "version": "0.0.3",
  "description": "Vue directive to load and display secured images",
  "author": "Jean Lalande <jeanlalande@gmail.com>",
  "license": "MIT",
  "main": "vue-auth-image.js",
  "scripts": {
    "build": "webpack example/example.js example/example.build.js && uglifyjs vue-auth-image.js -c -m > vue-auth-image.min.js",
    "dev": "webpack --watch example/example.js example/example.build.js",
    "lint": "eslint vue-auth-image.js example/example.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/jlalande/vue-auth-image.git"
  },
  "homepage": "https://gitlab.com/jlalande/vue-auth-image",
  "bugs": {
    "url": "https://gitlab.com/jlalande/vue-auth-image/issues"
  },
  "peerDependencies": {
    "vue": "^2.0.0",
    "axios": ">= 0.5.0 < 1"
  },
  "devDependencies": {
    "axios": "^0.19.0",
    "babel-eslint": "^7.2.3",
    "eslint": "^4.1.1",
    "uglify-js": "^3.6.0",
    "vue": "^2.6.10",
    "webpack": "^3.12.0"
  },
  "keywords": [
    "vue",
    "vue-auth-image",
    "directive",
    "authentication",
    "authorization",
    "token",
    "headers",
    "image",
    "src",
    "data-uri",
    "data",
    "uri"
  ]
}
