-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "node-omron-hvc-p2",
"version": "0.1.2",
"description": "The node-omron-hvc-p2 is a Node.js module which allows you to communicate with the image sensing device \"OMRON Human Vision Components (HVC-P2)\" through a USB serial port.",
"main": "./lib/HvcP2.js",
"files": [
"lib",
"images"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OMRON",
"Human Vision Components",
"HVC-P2",
"OKAO",
"HUMAN BODY DETECTION",
"HAND DETECTION",
"FACE DETECTION",
"FACE DIRECTION ESTIMATION",
"AGE ESTIMATION",
"GENDER ESTIMATION",
"GAZE ESTIMATION",
"BLINK ESTIMATION",
"EXPRESSION ESTIMATION",
"FACE RECOGNITION"
],
"homepage": "https://github.com/futomi",
"author": "Futomi Hatano <[email protected]> (https://github.com/futomi)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/futomi/node-omron-hvc-p2.git"
},
"readmeFilename": "README.md",
"dependencies": {
"serialport": ">=5.0.0"
}
}