opencv/modules/js/test/package.json
2017-11-16 15:00:33 +03:00

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"
}