mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
32 lines
729 B
JSON
32 lines
729 B
JSON
{
|
|
"name": "@uppy/thumbnail-generator",
|
|
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
|
|
"version": "1.7.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": "file:../utils",
|
|
"exifr": "^6.0.0",
|
|
"math-log2": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^1.0.0"
|
|
}
|
|
}
|