UNPKG

vue-authservice

Version:
44 lines (43 loc) 1.07 kB
{ "name": "vue-authservice", "version": "0.0.35", "main": "src/main.js", "zmain": "dist/vue-authservice.cjs.js", "zmodule": "dist/vue-authservice.cjs.js", "license": "MIT", "description": "Test junk", "author": "Philip Callender <philcal@mac.com>", "private": false, "scripts": { "build": "yarn bili src/main.js --plugin vue --plugin pug -plugin flow", "patch-release": "npm version patch && npm publish && git push --follow-tags" }, "keywords": [ "vue", "tooltwist", "authservice" ], "repository": { "type": "git", "url": "https://github.com/tooltwist/FXKN15ZOR.git" }, "files": [ "dist/", "src" ], "devDependencies": { "babel-helper-vue-jsx-merge-props": "^2.0.3", "bili": "^3.0.14", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-pug": "^0.1.6", "rollup-plugin-vue": "^3.0.0", "vue-template-compiler": "^2.5.16", "parse5": "^4.0.0", "vue": "^2.5.16" }, "dependencies": { "axios": "^0.18.0", "jwt-decode": "^2.2.0", "query-string": "^6.0.0" } }