{
  "name": "@dvalinotti/vue-vimeo-player",
  "version": "0.2.1",
  "description": "Vue.js wrapper for Vimeo player",
  "main": "dist/bundle.umd.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "release": "standard-version -a"
  },
  "keywords": [
    "Vue",
    "Vimeo",
    "Player",
    "component"
  ],
  "bugs": {
    "url": "https://github.com/dan-valinotti/vue-vimeo-player/issues"
  },
  "homepage": "https://github.com/dan-valinotti/vue-vimeo-player#readme",
  "module": "dist/bundle.es.js",
  "author": "Dobromir Hristov <dobri@digital-cult.com> (http://digital-cult.com/)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dan-valinotti/vue-vimeo-player.git"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.0",
    "conventional-changelog-cli": "^1.3.3",
    "eslint": "^4.8.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "^3.13.0",
    "eslint-plugin-vue-libs": "^1.2.1",
    "lodash.camelcase": "^4.3.0",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-terser": "^1.0.1",
    "rollup-watch": "^4.3.1",
    "standard-version": "^4.2.0"
  },
  "dependencies": {
    "@vimeo/player": "^2.10.0",
    "object-assign": "^4.1.1"
  },
  "peerDependencies": {
    "vue": "^2.5.17"
  },
  "standard-version": {
    "scripts": {
      "postchangelog": "npm run build && git add -A"
    }
  }
}