-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "motion-pose-node-body",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5FNSaaS/Motion-Pose-Node-Body.git"
},
"node-red": {
"nodes": {
"monitor": "/motion/monitor.js",
"pose-detection-webcam": "/motion/pose-detection-webcam.js",
"pose-detection-iotcam": "/motion/pose-detection-iotcam.js",
"pose-similarity-find": "/motion/pose-similarity-find.js",
"pose-similarity-register": "/motion/pose-similarity-register.js"
}
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/5FNSaaS/Motion-Pose-Node-Body/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"
},
"homepage": "https://github.com/5FNSaaS/Motion-Pose-Node-Body#readme"
}