set version 0.0.20

This commit is contained in:
Schneider Roland
2022-12-01 18:34:46 +01:00
parent 1ffe3df7d4
commit 454f195108
32 changed files with 3658 additions and 0 deletions

32
doc/webcamjs/package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "webcamjs",
"version": "1.0.6",
"description": "HTML5 Webcam Image Capture Library with Flash Fallback",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/webcamjs",
"license": "MIT",
"main": "webcam.js",
"scripts": {
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/webcamjs"
},
"bugs": {
"url": "https://github.com/jhuckaby/webcamjs/issues"
},
"keywords": [
"webcam",
"camera",
"getusermedia",
"flash",
"jpegcam"
],
"dependencies": {
},
"devDependencies": {
}
}