mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 23:33:57 +00:00
* Add exif-js source to the repo * Remove exif-js dependency * Clean up exif-js code * Remove code deleting the exif thumbnail * Add exif-js copyright info
30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"name": "@uppy/thumbnail-generator",
|
|
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
|
|
"version": "1.5.0",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^1.0.0"
|
|
}
|
|
}
|