1234567891011121314151617181920212223242526 |
- {
- "name": "@uppy/companion-client",
- "description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
- "version": "1.4.2",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "companion",
- "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"
- }
- }
|