UNPKG

vue-easy-rest

Version:

Advanced model layer for a VueJS app with a REST API

52 lines (51 loc) 1.54 kB
{ "name": "vue-easy-rest", "version": "5.2.14", "description": "Advanced model layer for a VueJS app with a REST API", "main": "./distribution/index.js", "scripts": { "test": "jest --runInBand --notify", "lint": "eslint --fix --ext .js ./source", "build": "rollup -c", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Destygo/vue-easy-rest.git" }, "keywords": [ "VueJS", "REST", "Model", "relations" ], "author": "Destygo", "license": "ISC", "bugs": { "url": "https://github.com/Destygo/vue-easy-rest/issues" }, "homepage": "https://github.com/Destygo/vue-easy-rest#readme", "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "@rollup/plugin-commonjs": "^11.0.1", "babel-jest": "^24.8.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.26.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "eslint-utils": "^1.4.3", "jest": "^24.8.0", "rollup": "^1.1.2", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-uglify": "^6.0.2" }, "dependencies": { "axios": "^0.18.1", "babel-polyfill": "^6.26.0", "braces": "^2.3.1", "lodash": ">=4.17.13", "vue-mc": "0.2.4" } }