package.json 240 B

123456789101112
  1. {
  2. "name": "texcmp",
  3. "description": "KaTeX helper to compare LaTeX output against screenshots",
  4. "license": "MIT",
  5. "dependencies": {
  6. "ndarray": "1.0.18",
  7. "ndarray-fft": "1.0.0",
  8. "pngparse": "2.0.1",
  9. "q": "1.4.1"
  10. }
  11. }