mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "@uppy/server-utils",
|
|
"description": "Client library for communication with Uppy Server. Intended for use in Uppy plugins.",
|
|
"version": "0.25.5",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"uppy-server",
|
|
"provider"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"dependencies": {
|
|
"namespace-emitter": "^2.0.1"
|
|
}
|
|
}
|