mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"name": "opencv_js_tests",
|
|
"description": "Tests for opencv js bindings",
|
|
"version": "1.0.0",
|
|
"dependencies" : {
|
|
"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"
|
|
}
|