-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 865 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{"name": "v4l2camera",
"version": "0.4.3",
"description": "Capturing images from USB(UVC) webcam on linux machines",
"keywords": ["linux", "camera", "native", "v4l2", "video4linux2"],
"homepage": "https://github.com/bellbind/node-v4l2camera",
"bugs": {"url": "https://github.com/bellbind/node-v4l2camera/issues"},
"licenses": [
{"type": "MIT", "url": "http://opensource.org/licenses/MIT"},
{"type": "LGPL-3.0", "url": "http://opensource.org/licenses/LGPL-3.0"}],
"author": "bellbind <bellbind@gmail.com> (http://bellbind.tumblr.com)",
"main": "./index.js",
"directories": {"example": "./examples"},
"repository": {"type": "git",
"url": "http://github.com/bellbind/node-v4l2camera.git"},
"devDependencies": {"png": "*", "pngjs": "*"},
"engines": {"node": ">=0.10.0"},
"scripts": {"test": "node test.js"},
"os": ["linux"]
}