{
  "name": "vue-glide",
  "version": "0.4.0",
  "description": "motion component library for Vue.js",
  "author": "Marcus McLean",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name VueGlide src/main.js",
    "lint": "vue-cli-service lint",
    "docs:build": "vuepress build docs",
    "docs:dev": "vuepress dev docs"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.3.0",
    "@vue/cli-plugin-eslint": "^3.3.0",
    "@vue/cli-service": "^3.3.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.8.0",
    "eslint-plugin-vue": "^5.1.0",
    "postcss-preset-env": "^6.5.0",
    "tailwindcss": "^0.7.3",
    "vuepress": "^0.14.8"
  },
  "bugs": {
    "url": "https://github.com/mrcsmcln/vue-glide/issues"
  },
  "files": [
    "dist/*.js",
    "src/**/*"
  ],
  "homepage": "https://github.com/mrcsmcln/vue-glide#readme",
  "keywords": [
    "vue",
    "glide",
    "motion"
  ],
  "license": "MIT",
  "main": "dist/VueGlide.common.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrcsmcln/vue-glide.git"
  },
  "unpkg": "dist/VueGlide.umd.js"
}
