jb-form
Version:
form web component with extended feature like validation and dirty check
43 lines (42 loc) • 942 B
JSON
{
"name": "jb-form",
"description": "form web component with extended feature like validation and dirty check",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-form",
"form",
"validation",
"dirty",
"form web-component",
"web-component"
],
"version": "0.7.1",
"bugs": "https://github.com/javadbat/jb-form/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"lib/types.ts",
"dist/",
"react/"
],
"sideEffects": ["*.js"],
"main": "index.js",
"module": "index.js",
"homepage": "https://github.com/javadbat/jb-form",
"repository": {
"type": "git",
"url": "https://github.com/javadbat/jb-form"
},
"types": "./dist/jb-form.d.ts",
"dependencies": {
"jb-validation":"^0.4.0",
"jb-core":">=0.14.1"
}
}