vue-token
Version:
Simple token storage/ authorization in vuejs.
27 lines (26 loc) • 629 B
JSON
{
"name": "vue-token",
"version": "1.0.2",
"description": "Simple token storage/ authorization in vuejs.",
"main": "src/Auth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostlawerman/Vue-Token.git"
},
"keywords": [
"vue-token",
"token-auth"
],
"author": "Joost Lawerman",
"license": "MIT",
"bugs": {
"url": "https://github.com/joostlawerman/Vue-Token/issues"
},
"homepage": "https://github.com/joostlawerman/Vue-Token#readme",
"devDependencies": {
"tern-lint": "^0.6.0"
}
}