123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@uppy/robodog",
- "description": "Transloadit SDK for browsers based on Uppy",
- "version": "1.1.0",
- "license": "MIT",
- "main": "lib/index.js",
- "jsnext:main": "src/index.js",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "transloadit",
- "file encoding",
- "encoding",
- "file processing",
- "video encoding",
- "crop",
- "resize",
- "watermark",
- "uppy",
- "uppy-plugin"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/core": "1.1.0",
- "@uppy/dashboard": "1.1.0",
- "@uppy/dropbox": "1.1.0",
- "@uppy/form": "1.1.0",
- "@uppy/google-drive": "1.1.0",
- "@uppy/instagram": "1.1.0",
- "@uppy/status-bar": "1.1.0",
- "@uppy/transloadit": "1.1.0",
- "@uppy/url": "1.1.0",
- "@uppy/utils": "1.1.0",
- "@uppy/webcam": "1.1.0",
- "es6-promise": "4.2.5",
- "whatwg-fetch": "3.0.0"
- }
- }
|