1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/webcam",
- "description": "Uppy plugin that takes photos or records videos using the device's camera.",
- "version": "1.8.12",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "webcam",
- "picture",
- "photo",
- "video",
- "record",
- "mediarecorder"
- ],
- "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/utils": "file:../utils",
- "preact": "8.2.9"
- },
- "peerDependencies": {
- "@uppy/core": "^1.0.0"
- }
- }
|