{
  "name": "vue-authservice-bulma",
  "version": "0.0.7",
  "description": "Vue components for Authservice.io",
  "author": "Philip Callender <philip.callender@tooltwist.com>",
  "main": "dist/authservice-vue.min.js",
  "module": "dist/authservice-vue.min.js",
  "license": "MIT",
  "scripts": {
    "lint": "eslint src/**/*.vue",
    "build": "poi build --format cjs",
    "build:umd": "poi build --format umd",
    "build:doc": "vue-styleguidist build",
    "serve": "vue-styleguidist server",
    "test": "poi test",
    "test:watch": "poi test --watch",
    "test:cov": "poi test --coverage",
    "patch-release": "npm version patch && npm publish && git push --follow-tags"
  },
  "keywords": [
    "vue",
    "tooltwist",
    "authservice"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tooltwist/authservice-vue.git"
  },
  "bugs": {
    "url": "https://github.com/tooltwist/authservice-vue/issues"
  },
  "homepage": "https://github.com/tooltwist/authservice-vue#readme",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "axios": "^0.17.1",
    "debounce": "^1.1.0",
    "jwt-decode": "^2.2.0",
    "vue": "^2.5.11",
    "vue-template-compiler": "^2.5.11"
  },
  "devDependencies": {
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow-vue": "^1.0.0",
    "chai": "^4.1.2",
    "eslint": "^3.17.1",
    "eslint-plugin-vue": "beta",
    "flow-bin": "^0.56.0",
    "karma-chai": "^0.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-phantomjs-shim": "^1.5.0",
    "node-glob": "^1.2.0",
    "node-sass": "^4.6.1",
    "poi": "^9.3.10",
    "poi-preset-karma": "^9.1.0",
    "pug": "^2.0.0-rc.4",
    "sass-loader": "^6.0.6",
    "vue-awesome": "^2.3.4",
    "vue-styleguidist": "^1.3.1",
    "vue-webpack-loaders": "^1.0.6",
    "webpack": "^3.1.0"
  }
}
