/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/js/test/package.json
29 строк
654 B
Alexander Alekhin
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
20 ноя 2021, 08:13
20 ноя 2021, 08:13
ac4b592
Код
Авторство
О чём код?
{ "name": "opencv_js_tests", "description": "Tests for opencv js bindings", "version": "1.0.1", "dependencies": { "ansi-colors": "^4.1.1", "cli-table": "0.3.6", "minimist": "^1.2.0", "node-qunit": "latest" }, "devDependencies": { "eslint": "latest", "eslint-config-google": "latest" }, "scripts": { "test": "node tests.js" }, "repository": { "type": "git", "url": "https://github.com/opencv/opencv.git" }, "keywords": [], "author": "", "license": "Apache 2.0 License", "bugs": { "url": "https://github.com/opencv/opencv/issues" }, "homepage": "https://github.com/opencv/opencv" }