jb-image-input
Version:
image input web component
40 lines (39 loc) • 836 B
JSON
{
"name": "jb-image-input-react",
"description": "react image input component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-image-input",
"image-input",
"image picker",
"image uploader",
"image selector",
"react"
],
"version": "1.0.1",
"bugs": "https://github.com/javadbat/jb-image-input/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/",
"index.js"
],
"main": "index.js",
"types": "./dist/JBImageInput.d.ts",
"jsnext:main":"index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:javadbat/jb-image-input.git"
},
"dependencies": {
"jb-image-input":">=3.1.2"
}
}