{
  "name": "vue-cognito-auth",

  "description": "Vue.js token based authentication plugin. Supports simple token based and Json Web Tokens (JWT) authentication.",
  
  "keywords": ["vue", "vue.js", "jwt", "auth", "authentication", "plugin", "json", "web", "token"],

  "author": {
    "name": "Websanova",
    "url": "http://websanova.com",
    "username": "websanova",
    "email": "rob@websanova.com"
  },
  
  "main": "src/index.js",
  
  "version": "2.11.0-beta",
  
  "repository": {
    "type": "git",
    "url": "https://github.com/cckn1ght/vue-auth"
  },
  
  "licenses": "MIT, GPL",
  
  "dependencies": {
    
  },
  
  "devDependencies": {
    "babel-core": "6.16.0",
    "babel-loader": "6.2.5",
    "babel-runtime": "6.9.2",
    "babel-plugin-transform-runtime": "6.12.0",
    "babel-preset-es2015": "6.16.0",
    
    "vue-loader": "9.5.1",

    "vue-style-loader": "1.0.0",
    "css-loader": "0.25.0",
    "style-loader": "0.13.1",
    "vue-html-loader": "1.2.3",
    "file-loader": "^0.8.4",
    
    "webpack": "1.13.1",
    "webpack-dev-server": "1.16.1",
    "webpack-stream": "3.2.0",
    "copy-webpack-plugin": "3.0.1",
    "replace-webpack-plugin": "0.1.2",
    
    "@websanova/vue-auth": "2.11.0-beta",
    "axios": "0.15.3",
    "vue-axios": "1.2.2"
  },
  
  "scripts": {
    "1.x.demo": "webpack-dev-server --host=0.0.0.0 --https --port=8001 --content-base=1.x.demo/public/ --config=1.x.demo/webpack.config.js",
    "2.x.demo": "webpack-dev-server --host=0.0.0.0 --https --port=8002 --content-base=2.x.demo/public/ --config=2.x.demo/webpack.config.js"
  }
}