UNPKG

uvc-control2

Version:

Control UVC compliant webcams from node, support relative pan tilt

38 lines (37 loc) 853 B
{ "name": "uvc-control2", "version": "1.0.6", "description": "Control UVC compliant webcams from node, support relative pan tilt", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/qweasd1/node-uvc-control" }, "keywords": [ "webcam", "uvc", "quickcam", "logitech", "lifecam", "usb", "c920" ], "author": "Pawel Szymczykowski <makenai@gmail.com>", "contributors": [ "Tony Wang <zhw65@pitt.edu> (https://github.com/qweasd1/)" ], "license": "ISC", "bugs": { "url": "https://github.com/qweasd1/node-uvc-control/issues" }, "homepage": "https://github.com/qweasd1/node-uvc-control#readme", "dependencies": { "usb": "1.6.3" }, "engines": { "node": ">=0.12" } }