{
    "name": "@kingscode/vuetify-resource",
    "version": "2.3.3",
    "description": "An easy way to create a resource list with the vuetify data table with default create  update and delete dialogs/actions and potential your own actions",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kingscode/vuetify-resource.git"
    },
    "keywords": [
        "vue",
        "vuetify",
        "crud",
        "resource"
    ],
    "author": "Ricardo van Laarhoven",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/kingscode/vuetify-resource/issues"
    },
    "main": "dist/vuetify-resource.common.js",
    "homepage": "https://github.com/kingscode/vuetify-resource#readme",
    "scripts": {
        "serve": "vue-cli-service serve",
        "build": "vue-cli-service build --target lib --name vuetify-resource ./src/VuetifyResource.vue",
        "test:e2e": "vue-cli-service test:e2e",
        "test:unit": "vue-cli-service test:unit"
    },
    "peerDependencies": {
        "vue": "^2.7.16",
        "vue-loader": "^17.4.2",
        "vuetify": "^2.2.27"
    },
    "devDependencies": {
        "@vue/cli-service": "^4.4.6",
        "vue": "^2.7.16"
    },
    "files": [
        "dist/*",
        "*.json",
        "*.js"
    ]
}
