mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
955b20230c
Js test puppeteer * run_puppeteer.js / tests * js run test section * rollback html * whitespace * js: update OpenCV.js tests infrastructure * js: exclude puppeteer from default 'npm install' * js: update notes * js: more fixes in run_puppeteer * fix build folder
29 lines
622 B
JSON
29 lines
622 B
JSON
{
|
|
"name": "opencv_js_tests",
|
|
"description": "Tests for opencv js bindings",
|
|
"version": "1.0.1",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1",
|
|
"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": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/opencv/opencv/issues"
|
|
},
|
|
"homepage": "https://github.com/opencv/opencv"
|
|
}
|