UNPKG

tinycv

Version:

Camera tiny control library

39 lines (38 loc) 882 B
{ "name": "tinycv", "email": "guang334419520@126.com", "version": "2.0.5", "description": "Camera tiny control library", "main": "./lib/tinycv.js", "scripts": { "test": "node ./test/tinycv_test.js", "install": "prebuild-install --runtime napi || cmake-js compile", "prebuild": "prebuild --backend cmake-js --runtime napi --all --verbose --include-regx \"\\Release\\.dylib\"", "prebuild-upload": "prebuild --runtime napi --upload-all" }, "binary": { "napi_versions": [ 3 ] }, "author": "yang8guang", "license": "MIT", "dependencies": { "bindings": "^1.5.0", "cmake-js": "^6.1.0", "node-addon-api": "^3.2.1", "prebuild-install": "^6.0.0" }, "devDependencies": { "prebuild": "^11.0.0" }, "keywords": [ "camera", "video", "audio", "usb", "device", "capture", "fireware" ] }