jb-payment-input
Version:
payment input web component
53 lines (52 loc) • 1.13 kB
JSON
{
"name": "jb-payment-input",
"description": "payment input web component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"sideEffects": true,
"keywords": [
"jb",
"jb-payment-input",
"number input",
"payment input",
"card number",
"shaba",
"شبا",
"شماره کارت",
"iran bank",
"web component",
"react"
],
"version": "3.3.0",
"bugs": "https://github.com/javadbat/jb-payment-input/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/",
"bank-indicator/",
"bank-indicator/dist/",
"react/",
"react/dist/",
"bank-indicator/react/",
"bank-indicator/react/dist/"
],
"main": "index.js",
"types": "./dist/jb-payment-input.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:javadbat/jb-payment-input.git"
},
"dependencies": {
"jb-input": ">=3.8.0",
"jb-core":">=0.4.0",
"jb-validation":">=0.4.0"
},
"devDependencies": {
"jb-form":">=0.6.13"
}
}