package.json 684 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "markdown-it-mathjax",
  3. "version": "2.0.0",
  4. "description": "",
  5. "main": "markdown-it-mathjax.js",
  6. "scripts": {
  7. "test": "gulp lint test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/classeur/markdown-it-mathjax.git"
  12. },
  13. "author": "Benoit Schweblin",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/classeur/markdown-it-mathjax/issues"
  17. },
  18. "homepage": "https://github.com/classeur/markdown-it-mathjax#readme",
  19. "devDependencies": {
  20. "clgulp": "^1.1.0",
  21. "eslint-config-classeur": "^1.0.1",
  22. "gulp": "^3.9.0",
  23. "gulp-spawn-mocha": "^2.2.1",
  24. "markdown-it": "^5.0.2",
  25. "should": "^8.0.1"
  26. }
  27. }