UNPKG

directcam

Version:

A small library to access DirectShow compatible cameras through NodeJS

34 lines (33 loc) 814 B
{ "name": "directcam", "version": "2.0.1", "description": "A small library to access DirectShow compatible cameras through NodeJS", "main": "main.js", "scripts": { "test": "node .\\node_modules\\mocha\\bin\\mocha test.js", "postinstall": "node ./postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/drcircuit/directcam.git" }, "keywords": [ "NodeJS", "DirectShow", "Webcam", "Camera" ], "author": "DrCiRCUiT", "license": "MIT", "bugs": { "url": "https://github.com/drcircuit/directcam/issues" }, "homepage": "https://github.com/drcircuit/directcam#readme", "dependencies": { "edge-js": "^12.3.1", "gently-copy": "^3.2.0" }, "devDependencies": { "mocha": "^6.2.0" } }