{ "name": "@websanova/vue-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": "1.1.0-beta", "repository": { "type": "git", "url": "https://github.com/websanova/vue-auth" }, "licenses": "MIT, GPL", "dependencies": { "vue-google-maps": "^0.1.16", "vue": "^1.0.0" }, "peerDependencies": { "vue": "^1.0.0", "lodash": "^4.15.0", "q": "^1.4.1" }, "devDependencies": { "@websanova/vue-auth": "1.1.0-beta", "babel-core": "6.9.1", "babel-loader": "6.2.4", "babel-plugin-transform-runtime": "6.9.0", "babel-preset-es2015": "6.9.0", "babel-runtime": "6.9.2", "copy-webpack-plugin": "3.0.1", "css-loader": "0.23.1", "grunt": "^1.0.1", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-sass": "^1.2.0", "grunt-vue": "^0.1.3", "replace-webpack-plugin": "0.1.2", "style-loader": "0.13.1", "vue-hot-reload-api": "1.3.2", "vue-html-loader": "1.2.3", "vue-loader": "8.5.2", "vue-style-loader": "1.0.0", "webpack": "1.13.1", "webpack-dev-server": "1.14.1", "webpack-stream": "3.2.0" }, "scripts": { "demo": "webpack-dev-server --host=127.0.0.1 --http --port=2919 --content-base=demo/public/ --config=demo/webpack.config.js" } }