jb-image-input
Version:
image input web component
40 lines (39 loc) • 851 B
JSON
{
"name": "jb-image-input",
"description": "image input web component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-image-input",
"image input",
"web component"
],
"version": "3.4.3",
"bugs": "https://github.com/javadbat/jb-image-input/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/",
"react/",
"react/dist/"
],
"main": "index.js",
"types": "./dist/web-component/jb-image-input/lib/jb-image-input.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:javadbat/jb-image-input.git"
},
"dependencies": {
"jb-validation": ">=0.2.0",
"jb-core": ">=0.1.0"
},
"devDependencies": {
"jb-form":">=0.6.10"
}
}