{
  "name": "vue-perfectlooper",
  "version": "1.4.0",
  "description": "A perfectly looping image sequence player with fullscreen capabilities, built with mobile performance and keyboard accessibility in mind.",
  "main": "dist/vue-perfectlooper.js",
  "module": "dist/vue-perfectlooper.js",
  "umd:main": "dist/vue-perfectlooper.js",
  "src": "src/vue-perfectlooper.vue",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "vue-cli-service build --target lib --formats umd-min --name VuePerfectlooper --filename vue-perfectlooper ./src/vue-perfectlooper.vue && npx rename dist/vue-perfectlooper.umd.min.js vue-perfectlooper.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdmiralPotato/vue-perfectlooper.git"
  },
  "keywords": [
    "animation",
    "perfect loop",
    "image sequence",
    "player"
  ],
  "author": "Admiral Potato <admiral@nuclearpixel.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AdmiralPotato/vue-perfectlooper/issues"
  },
  "homepage": "https://admiralpotato.github.io/vue-perfectlooper/",
  "devDependencies": {
    "@vue/cli-service": "^3.11.0",
    "fullscreen-api-polyfill": "^1.1.2",
    "rename-cli": "^6.0.0",
    "vue-template-compiler": "^2.6.10"
  },
  "dependencies": {
    "vue": "^2.3.3"
  }
}
