UNPKG

vue-all-auth

Version:

Vue all social authentication plugin help you add social sign in, sign out easy

44 lines (43 loc) 1.1 kB
{ "name": "vue-all-auth", "version": "1.0.17", "description": "Vue all social authentication plugin help you add social sign in, sign out easy", "main": "index.js", "scripts": { "test": "jest -c jest.config.js", "dep": "git add * && git commit -m 'minor-fixes' && git push origin master && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/loitd/vue-all-auth.git" }, "keywords": [ "vue", "authentication", "authen", "plugin", "vue.js", "google", "facebook", "github", "twitter" ], "author": "Tran Duc Loi (@loitd)", "license": "MIT", "bugs": { "url": "https://github.com/loitd/vue-all-auth/issues" }, "homepage": "https://github.com/loitd/vue-all-auth#readme", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^24.4.0", "jest": "^24.4.0", "vue": "^2.6.8", "vue-jest": "^3.0.4" }, "dependencies": { "lutilsjs": "^1.1.2" } }