mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
34 lines
761 B
JSON
34 lines
761 B
JSON
{
|
|
"name": "@uppy/thumbnail-generator",
|
|
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"thumbnail",
|
|
"preview",
|
|
"resize"
|
|
],
|
|
"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": "workspace:^",
|
|
"exifr": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"namespace-emitter": "2.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^2.0.0"
|
|
}
|
|
}
|