Browse Source

update package.json

Artur Paikin 7 years ago
parent
commit
87d5ec8744
1 changed files with 14 additions and 2 deletions
  1. 14 2
      package.json

+ 14 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "uppy",
   "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",
   "jsnext:main": "src/index.js",
   "unpkg": "dist/uppy.min.js",
@@ -21,7 +21,19 @@
     "type": "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",
   "bugs": {
     "url": "https://github.com/transloadit/uppy/issues"