UNPKG

jb-image-input

Version:
40 lines (39 loc) 818 B
{ "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.9.0", "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/jb-image-input.d.ts", "repository": { "type": "git", "url": "git@github.com:javadbat/jb-image-input.git" }, "dependencies": { "jb-validation": ">=0.4.0", "jb-core": ">=0.25.0" }, "devDependencies": { "jb-form":">=0.7.1" } }