vuejs-jsonapi
Version:
A simple proxy to consume JSONAPI endpoints with VueJS
30 lines (29 loc) • 718 B
JSON
{
"name": "vuejs-jsonapi",
"version": "1.0.18",
"description": "A simple proxy to consume JSONAPI endpoints with VueJS",
"main": "proxy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Donaldo/vuejs-jsonapi.git"
},
"keywords": [
"VueJS",
"JSONAPI"
],
"author": "Donaldo DE SOUSA",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Donaldo/vuejs-jsonapi/issues"
},
"homepage": "https://gitlab.com/Donaldo/vuejs-jsonapi#README",
"dependencies": {
"jsonapi-serializer": "^3.4.2",
"jwt-basic-auth": "^1.0.0",
"vue": "^2.2.2",
"vue-resource": "^1.2.1"
}
}