package.json 766 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "istanbul-reports",
  3. "version": "2.2.7",
  4. "description": "istanbul reports",
  5. "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  6. "main": "index.js",
  7. "files": [
  8. "index.js",
  9. "lib"
  10. ],
  11. "scripts": {
  12. "test": "mocha --recursive"
  13. },
  14. "dependencies": {
  15. "html-escaper": "^2.0.0"
  16. },
  17. "devDependencies": {
  18. "istanbul-lib-coverage": "^2.0.5",
  19. "istanbul-lib-report": "^2.0.8"
  20. },
  21. "license": "BSD-3-Clause",
  22. "repository": {
  23. "type": "git",
  24. "url": "git@github.com:istanbuljs/istanbuljs"
  25. },
  26. "keywords": [
  27. "istanbul",
  28. "reports"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  32. },
  33. "homepage": "https://istanbul.js.org/",
  34. "engines": {
  35. "node": ">=6"
  36. }
  37. }