Blame view

3rdparty/opencv-4.5.4/modules/js/test/package.json 628 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  {
    "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": "Apache 2.0 License",
    "bugs": {
      "url": "https://github.com/opencv/opencv/issues"
    },
    "homepage": "https://github.com/opencv/opencv"
  }