htmx-ext-form-json
Version:
An HTMX extension for automatic type conversion in form data encoding. automatically converts values based on input types, ensuring correct data representation in JSON without requiring additional attributes or configuration.
43 lines (42 loc) • 1.21 kB
JSON
{
"name": "htmx-ext-form-json",
"main": "form-json.js",
"version": "1.0.6",
"scripts": {
"lint": "eslint test/ext test",
"lint-fix": "eslint test/ext test --fix",
"format": "eslint --fix test/ext test",
"test": "mocha-chrome test/index.html",
"www": "bash ./scripts/www.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xehrad/form-json.git"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-dom": "^1.12.0",
"mocha": "10.1.0",
"mocha-chrome": "git+https://github.com/Telroshan/mocha-chrome.git",
"sinon": "^9.2.4",
"htmx.org": "^2.0.4"
},
"description": "An HTMX extension for automatic type conversion in form data encoding. automatically converts values based on input types, ensuring correct data representation in JSON without requiring additional attributes or configuration.",
"directories": {
"test": "test"
},
"keywords": [
"HTMX",
"extension",
"jsonenc",
"html-form",
"form-submission",
"JSON-form"
],
"author": "xehrad",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/xehrad/form-json/issues"
},
"homepage": "https://github.com/xehrad/form-json"
}