{
    "name": "vue-ajax-plugin",
    "version": "1.2.3",
    "description": "A light XHR plugin for Vue 2.x and and above versions. It has many similar features with `jQuery`'s `ajax()` and `Angular`'s `http()`. In addition to these, it also has its own practical features. For example, `assets`, `dynamic & async Vue components`, `file upload`, `history`, `title`, and `preventing dublicate request` features.",
    "main": "src/Vue.ajax.js",
    "directories": {
        "example": "examples"
    },
    "scripts": {
        "test": "Vue.ajax()"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/fattihkoca/vue.ajax.git"
    },
    "keywords": [
        "vue",
        "ajax",
        "xhr",
        "file-upload",
        "dynamic Vue components",
        "async Vue components",
        "delete",
        "get",
        "head",
        "jsonp",
        "patch",
        "post",
        "put",
        "pjax",
        "pushState"
    ],
    "dependencies": {
        "vue": ">=2"
    },
    "author": "Fatih Koca",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/fattihkoca/vue.ajax/issues"
    },
    "homepage": "https://github.com/fattihkoca/vue.ajax#readme"
}