|
@@ -1,7 +1,7 @@
|
|
{
|
|
{
|
|
"name": "uppy",
|
|
"name": "uppy",
|
|
"version": "0.20.3",
|
|
"version": "0.20.3",
|
|
- "description": "Extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, S3, file processing/encoding, remote providers like Dropbox and Google Drive, and more :dog:",
|
|
|
|
|
|
+ "description": "Extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
|
|
"main": "lib/index.js",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"unpkg": "dist/uppy.min.js",
|
|
"unpkg": "dist/uppy.min.js",
|
|
@@ -21,7 +21,19 @@
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
},
|
|
- "author": "",
|
|
|
|
|
|
+ "keywords": [
|
|
|
|
+ "file uploader",
|
|
|
|
+ "drag-drop",
|
|
|
|
+ "progress",
|
|
|
|
+ "preview",
|
|
|
|
+ "resumable uploads",
|
|
|
|
+ "xhr",
|
|
|
|
+ "tus",
|
|
|
|
+ "s3",
|
|
|
|
+ "google drive",
|
|
|
|
+ "dropbox",
|
|
|
|
+ "webcam"
|
|
|
|
+ ],
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
"url": "https://github.com/transloadit/uppy/issues"
|