UNPKG

vue-authenticate

Version:
72 lines (71 loc) 1.41 kB
{ "name": "vue-authenticate", "version": "1.5.0", "description": "Authentication library for Vue.js", "main": "dist/vue-authenticate.common.js", "module": "dist/vue-authenticate.esm.js", "unpkg": "dist/vue-authenticate.js", "scripts": { "build": "node build/build.rollup.js" }, "keywords": [ "vue", "vue.js", "vuejs", "json", "jwt", "token", "auth", "authentication", "oauth", "oauth1", "oauth2" ], "author": { "name": "Davor Grubelic", "email": "davor.grubelic@gmail.com", "url": "https://dgrubelic.me" }, "repository": { "type": "git", "url": "https://github.com/dgrubelic/vue-authenticate.git" }, "files": [ "dist" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.9.0", "@rollup/plugin-buble": "^0.21.3", "acorn": "^6.1.1", "ajv": "^6.10.0", "rollup": "^2.6.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-banner": "^0.2.1", "rollup-plugin-uglify": "^6.0.4", "uglify-js": "^3.9.1" }, "peerDependencies": {}, "tags": [ "auth", "authentication", "login", "registration", "jwt", "token", "vuejs", "vue.js", "github", "facebook", "google", "twitter", "oauth", "oauth 1.0", "oauth 2.0" ], "dependencies": { "axios": "^0.18.0", "vue": "^2.6.10", "vue-axios": "^2.1.4" } }