-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "htmx-ext-form-json",
"main": "form-json.js",
"version": "1.0.10",
"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": "Zero-Clause BSD",
"bugs": {
"url": "https://github.com/xehrad/form-json/issues"
},
"homepage": "https://github.com/xehrad/form-json"
}