package.json 822 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "istanbul-lib-report",
  3. "version": "2.0.8",
  4. "description": "Base reporting library for istanbul",
  5. "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  6. "main": "index.js",
  7. "files": [
  8. "lib",
  9. "index.js"
  10. ],
  11. "scripts": {
  12. "test": "mocha"
  13. },
  14. "dependencies": {
  15. "istanbul-lib-coverage": "^2.0.5",
  16. "make-dir": "^2.1.0",
  17. "supports-color": "^6.1.0"
  18. },
  19. "license": "BSD-3-Clause",
  20. "bugs": {
  21. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  22. },
  23. "homepage": "https://istanbul.js.org/",
  24. "repository": {
  25. "type": "git",
  26. "url": "git@github.com:istanbuljs/istanbuljs.git"
  27. },
  28. "keywords": [
  29. "istanbul",
  30. "report",
  31. "api",
  32. "lib"
  33. ],
  34. "engines": {
  35. "node": ">=6"
  36. },
  37. "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
  38. }