mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
40 lines
881 B
JSON
40 lines
881 B
JSON
{
|
|
"name": "@uppy/webcam",
|
|
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
|
|
"version": "3.0.0-beta.2",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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": "^3.1.1",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^27.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|