mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
34 lines
759 B
JSON
34 lines
759 B
JSON
{
|
|
"name": "@uppy/file-input",
|
|
"description": "Simple UI of a file input button that works with Uppy right out of the box",
|
|
"version": "0.30.4",
|
|
"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": "0.30.4",
|
|
"preact": "^8.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|