mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
40 lines
870 B
JSON
40 lines
870 B
JSON
{
|
|
"name": "@uppy/webcam",
|
|
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
|
|
"version": "4.0.0-beta.6",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"type": "module",
|
|
"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": "workspace:^",
|
|
"is-mobile": "^4.0.0",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
},
|
|
"stableVersion": "3.4.0"
|
|
}
|