12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@uppy/file-input",
- "description": "Simple UI of a file input button that works with Uppy right out of the box",
- "version": "1.4.15",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "upload",
- "uppy",
- "uppy-plugin",
- "file-input"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/utils": "file:../utils",
- "preact": "8.2.9"
- },
- "peerDependencies": {
- "@uppy/core": "^1.0.0"
- }
- }
|