mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
654 B
29 lines
654 B
{ |
|
"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" |
|
}
|
|
|