opencv_js_cvat
Version:
Subset of OpenCV.js functionality used by CVAT (Computer Vision Annotation Tool, https://github.com/opencv/cvat/)
26 lines (25 loc) • 648 B
JSON
{
"name": "opencv_js_cvat",
"version": "1.0.1",
"description": "Subset of OpenCV.js functionality used by CVAT (Computer Vision Annotation Tool, https://github.com/opencv/cvat/)",
"main": "opencv.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencv/opencv.git"
},
"keywords": [
"opencv",
"cvat",
"annotation"
],
"author": "OpenCV",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/opencv/opencv/issues"
},
"homepage": "https://github.com/opencv/opencv#readme",
"dependencies": {}
}