UNPKG

714 BJSONView Raw
1{
2 "name": "@uppy/provider-views",
3 "description": "View library for Uppy remote provider plugins.",
4 "version": "2.0.4",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "style": "dist/style.min.css",
8 "types": "types/index.d.ts",
9 "keywords": [
10 "file uploader",
11 "uppy"
12 ],
13 "homepage": "https://uppy.io",
14 "bugs": {
15 "url": "https://github.com/transloadit/uppy/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/transloadit/uppy.git"
20 },
21 "dependencies": {
22 "@uppy/utils": "^4.0.3",
23 "classnames": "^2.2.6",
24 "preact": "^10.5.13"
25 },
26 "peerDependencies": {
27 "@uppy/core": "^2.0.0"
28 },
29 "gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
30}