@ramstack/alpinegear-bound
Version:
@ramstack/alpinegear-bound provides the 'x-bound' Alpine.js directive, which allows for two-way binding of input elements and their associated data properties.
27 lines • 734 B
JSON
{
"name": "@ramstack/alpinegear-bound",
"version": "1.4.5",
"description": "@ramstack/alpinegear-bound provides the 'x-bound' Alpine.js directive, which allows for two-way binding of input elements and their associated data properties.",
"author": "Rameel Burhan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rameel/ramstack.alpinegear.js.git",
"directory": "src/plugins/bound"
},
"keywords": [
"alpine.js",
"alpinejs",
"alpinejs-binding",
"alpinejs-directive",
"alpinejs-plugin"
],
"exports": {
".": {
"import": {
"production": "./alpinegear-bound.esm.min.js",
"default": "./alpinegear-bound.esm.js"
}
}
}
}