UNPKG

780 BJSONView Raw
1{
2 "name": "@uppy/thumbnail-generator",
3 "description": "Uppy plugin that generates small previews of images to show on your upload UI.",
4 "version": "1.5.11",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "keywords": [
9 "file uploader",
10 "uppy",
11 "uppy-plugin",
12 "thumbnail",
13 "preview",
14 "resize"
15 ],
16 "homepage": "https://uppy.io",
17 "bugs": {
18 "url": "https://github.com/transloadit/uppy/issues"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/transloadit/uppy.git"
23 },
24 "dependencies": {
25 "@uppy/utils": "^2.4.3",
26 "exifr": "^5.0.1",
27 "math-log2": "^1.0.1"
28 },
29 "peerDependencies": {
30 "@uppy/core": "^1.0.0"
31 },
32 "gitHead": "6e2dfd7c0f54f38672894eac2333310dcd276c03"
33}