{
  "name": "vue-gallery-slideshow",
  "version": "1.5.2",
  "description": "Lightweight and responsive image gallery for Vue.js.",
  "main": "dist/js/vue-gallery-slideshow.js",
  "jsnext:main": "src/index.js",
  "unpkg": "dist/js/vue-gallery-slideshow.min.js",
  "files": [
    "dist/js/vue-gallery-slideshow.min.js",
    "dist/js/vue-gallery-slideshow.js"
  ],
  "scripts": {
    "prepare": "npm run build",
    "test": "npm run build && node test/e2e/runner.js",
    "lint": "eslint --ext .js,.vue src",
    "build": "NODE_ENV=production node_modules/.bin/rollup -c ./rollup.config.js && NODE_ENV=production BUILD_MODE=minify node_modules/.bin/rollup -c ./rollup.config.js",
    "patch": "npm version patch",
    "minor": "npm version minor",
    "major": "npm version major",
    "release": "./build/publish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KitchenStories/vue-gallery-slideshow.git"
  },
  "keywords": [
    "vue-gallery-slideshow",
    "gallery",
    "slideshow",
    "images",
    "photos",
    "viewer",
    "vue-component",
    "vue-plugin",
    "slider",
    "viewer",
    "carousel",
    "vue",
    "vuejs",
    "vuejs-plugin"
  ],
  "author": "Norman Sander",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KitchenStories/vue-gallery-slideshow/issues"
  },
  "homepage": "https://github.com/KitchenStories/vue-gallery-slideshow#readme",
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/preset-env": "^7.6.3",
    "chromedriver": "^75.1.0",
    "cross-spawn": "^6.0.5",
    "eslint": "^6.6.0",
    "eslint-plugin-vue": "^5.2.3",
    "http-server": "^0.11.1",
    "nightwatch": "^0.9.21",
    "nightwatch-helpers": "^1.2.0",
    "node-sass": "^4.13.0",
    "path": "^0.12.7",
    "phantomjs-prebuilt": "^2.1.16",
    "rollup": "^1.26.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-terser": "^5.1.2",
    "rollup-plugin-vue": "^5.1.2",
    "selenium-server": "^3.141.59",
    "vue-template-compiler": "^2.6.11",
    "webdriver-manager": "^12.1.7"
  },
  "browserslist": [
    "> 1%",
    "Chrome >= 14",
    "Safari >= 4",
    "Firefox >= 4",
    "Opera >= 10",
    "Edge >= 41",
    "not ie <= 7",
    "iOS >= 6",
    "ChromeAndroid >= 4",
    "OperaMobile >= 12"
  ],
  "dependencies": {
    "vue-runtime-helpers": "^1.1.2"
  }
}
