mirror of
https://github.com/archtechx/livewire-petite-vue.git
synced 2025-12-12 00:24:03 +00:00
24 lines
583 B
JSON
24 lines
583 B
JSON
{
|
|
"name": "@archtechx/livewire-petite-vue",
|
|
"version": "0.1.1",
|
|
"description": "petite-vue driver for Livewire",
|
|
"files": [
|
|
"src/index.js"
|
|
],
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archtechx/livewire-petite-vue.git"
|
|
},
|
|
"keywords": [
|
|
"livewire",
|
|
"vue",
|
|
"vuejs"
|
|
],
|
|
"author": "Samuel Štancl <samuel@archte.ch>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/archtechx/livewire-petite-vue/issues"
|
|
},
|
|
"homepage": "https://github.com/archtechx/livewire-petite-vue#readme"
|
|
}
|