UNPKG

jb-input

Version:

input web component with built in validation

44 lines (43 loc) 893 B
{ "name": "jb-input", "description": "input web component with built in validation", "type": "module", "author": { "name": "mohammad javad bathaei", "email": "javadbat@gmail.com" }, "keywords": [ "jb", "jb-input", "input box", "input with validation", "input", "web component", "react component" ], "version": "3.8.0", "bugs": "https://github.com/javadbat/jb-input/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "lib/", "dist/", "react/", "react/dist/" ], "main": "index.js", "types": "./dist/index.d.ts", "sideEffects": true, "repository": { "type": "git", "url": "git@github.com:javadbat/jb-input.git" }, "dependencies": { "jb-validation": ">=0.4.0", "jb-core":">=0.4.0" }, "devDependencies": { "jb-form":">=0.6.10" } }