jb-form
Version:
form web component with extended feature like validation and dirty check
34 lines (33 loc) • 758 B
JSON
{
"name": "jb-form-react",
"description": "jb form react component bridge",
"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.0.3",
"bugs": "https://github.com/javadbat/jb-form/issues",
"license": "MIT",
"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/JBForm.d.ts",
"dependencies": {
"jb-form":">=0.6.10"
}
}