|
@@ -1,45 +1,13 @@
|
|
|
{
|
|
|
- "name": "uppy",
|
|
|
+ "private": true,
|
|
|
+ "name": "uppy-build",
|
|
|
"version": "0.25.5",
|
|
|
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
|
|
|
- "main": "lib/index.js",
|
|
|
- "jsnext:main": "src/index.js",
|
|
|
- "unpkg": "dist/uppy.min.js",
|
|
|
- "types": "types/index.d.ts",
|
|
|
- "files": [
|
|
|
- "src/",
|
|
|
- "lib/",
|
|
|
- "dist/",
|
|
|
- "test/",
|
|
|
- "bin/",
|
|
|
- "examples/"
|
|
|
- ],
|
|
|
"lint-staged": {
|
|
|
"*.js": "eslint"
|
|
|
},
|
|
|
"pre-commit": "lint-staged",
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "git+https://github.com/transloadit/uppy.git"
|
|
|
- },
|
|
|
- "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"
|
|
|
- },
|
|
|
- "homepage": "https://uppy.io",
|
|
|
"jest": {
|
|
|
"testPathIgnorePatterns": [
|
|
|
"lib"
|