{
  "name": "vue-lazy-loader",
  "version": "3.0.3",
  "description": "A lazy loading directive for vue.js",
  "main": "./dist/build.js",
  "scripts": {
    "babel": "babel --presets env src/index.js -o dist/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t-k-f/vue-lazy-loader.git"
  },
  "keywords": [
    "vue",
    "lazy",
    "loading",
    "image"
  ],
  "author": "Jan Thoma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/t-k-f/vue-lazy-loader/issues"
  },
  "homepage": "https://github.com/t-k-f/vue-lazy-loader#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-minify": "^0.5.1"
  }
}
