package.json 488 B

12345678910111213141516171819
  1. {
  2. "name": "opencv_js_perf",
  3. "description": "Performance tests for opencv js bindings",
  4. "version": "1.0.0",
  5. "dependencies": {
  6. "benchmark": "latest"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/opencv/opencv.git"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "Apache 2.0 License",
  15. "bugs": {
  16. "url": "https://github.com/opencv/opencv/issues"
  17. },
  18. "homepage": "https://github.com/opencv/opencv"
  19. }