camera-settings-2
Version:
Modify the configuration of the usb camera, support windows and linux, support electron
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "camera-settings-2",
"version": "0.0.34",
"description": "Modify the configuration of the usb camera, support windows and linux, support electron",
"main": "index.js",
"types": "index.d.ts",
"files": [
"binding.gyp",
"include/",
"src/",
"index.js",
"index.d.ts"
],
"scripts": {
"build:debug": "node-gyp configure && node-gyp build --debug",
"build:release": "node-gyp configure && node-gyp build",
"rebuild": "node-gyp rebuild",
"clean": "node-gyp clean",
"test": "node test"
},
"keywords": [
"camera",
"settings",
"control",
"capture",
"electron",
"dshow",
"v4l2"
],
"license": "MIT",
"homepage": "https://github.com/grizzzly376/camera-settings#readme",
"bugs": "https://github.com/grizzzly376/camera-settings/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/grizzzly376/camera-settings.git"
},
"author": "dusionlike",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^7.0.0"
}
}