jb-mobile-input
Version:
mobile input web component
61 lines (60 loc) • 1.51 kB
JSON
{
"name": "jb-mobile-input",
"description": "mobile input web component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-mobile-input",
"mobile",
"cell phone",
"mobile input",
"iran mobile",
"cellphone",
"mobile web-component",
"موبایل",
"کامپوننت شماره موبایل",
"phone web-component",
"cellphone web component"
],
"version": "2.4.0",
"bugs": "https://github.com/javadbat/jb-mobile-input/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"web-component/custom-elements.json",
"web-component/lib/",
"web-component/dist/",
"react/",
"react/dist/"
],
"main": "index.js",
"module": "index.js",
"customElements": "web-component/custom-elements.json",
"homepage": "https://github.com/javadbat/jb-mobile-input",
"repository": {
"type": "git",
"url": "https://github.com/javadbat/jb-mobile-input"
},
"types": "./web-component/dist/jb-mobile-input.d.ts",
"exports": {
".": {
"types": "./web-component/dist/jb-mobile-input.d.ts",
"default": "./index.js"
},
"./react": {
"types": "./react/dist/JBMobileInput.d.ts",
"default": "./react/index.js"
},
"./*": "./*"
},
"dependencies": {
"jb-input": ">=3.17.0",
"jb-validation":">=1.0.0",
"jb-core":">=0.30.0"
}
}