-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.55 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
44
45
46
47
48
{
"name": "node-red-contrib-motion-pose",
"version": "1.1.3",
"description": "used tensorflow mediapipe hands and pose model in real-time webcam and smartThings IoT-cam in node red",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5FNSaaS/node-red-contrib-motion-pose.git"
},
"node-red": {
"nodes": {
"monitor": "/monitor/monitor.js",
"pose-detect-webcam": "/body/pose-detect-webcam/pose-detect-webcam.js",
"pose-detect-iotcam": "/body/pose-detect-iotcam/pose-detect-iotcam.js",
"pose-find": "/body/pose-find/pose-find.js",
"pose-register": "/body/pose-register/pose-register.js",
"hand-register": "/hand/hand-register/hand-register.js",
"hand-find": "/hand/hand-find/hand-find.js",
"hand-detect-webcam": "/hand/hand-detect-webcam/hand-detect-webcam.js",
"hand-detect-iotcam": "/hand/hand-detect-iotcam/hand-detect-iotcam.js"
}
},
"author": "Team 5FNSaaS",
"license": "MIT",
"bugs": {
"url": "https://github.com/5FNSaaS/node-red-contrib-motion-pose/issues"
},
"dependencies": {
"compute-cosine-similarity": "^1.0.0",
"node-rtsp-stream": "^0.0.9",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"socket.io": "^4.2.0",
"ws": "^8.2.2"
},
"keywords": [
"node-red",
"mediapipe",
"pose-detection",
"hands-detection",
"hands motion"
],
"homepage": "https://github.com/5FNSaaS/node-red-contrib-motion-pose#readme"
}