package.json 654 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "opencv_js_tests",
  3. "description": "Tests for opencv js bindings",
  4. "version": "1.0.1",
  5. "dependencies": {
  6. "ansi-colors": "^4.1.1",
  7. "cli-table": "0.3.6",
  8. "minimist": "^1.2.0",
  9. "node-qunit": "latest"
  10. },
  11. "devDependencies": {
  12. "eslint": "latest",
  13. "eslint-config-google": "latest"
  14. },
  15. "scripts": {
  16. "test": "node tests.js"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/opencv/opencv.git"
  21. },
  22. "keywords": [],
  23. "author": "",
  24. "license": "Apache 2.0 License",
  25. "bugs": {
  26. "url": "https://github.com/opencv/opencv/issues"
  27. },
  28. "homepage": "https://github.com/opencv/opencv"
  29. }