package.json 625 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "markdown-it-ruby",
  3. "version": "0.1.1",
  4. "description": "Ruby annotation plugin for markdown-it parser.",
  5. "keywords": [
  6. "markdown-it",
  7. "markdown-it-plugin"
  8. ],
  9. "license": "MIT",
  10. "main": "index.js",
  11. "repository": "lostandfound/markdown-it-ruby",
  12. "homepage": "https://github.com/lostandfound/markdown-it-ruby",
  13. "scripts": {
  14. "test": "mocha",
  15. "lint": "eslint ./index.js"
  16. },
  17. "author": "Hiroshi Takase",
  18. "devDependencies": {
  19. "eslint": "^4.7.2",
  20. "eslint-plugin-nodeca": "^1.0.3",
  21. "markdown-it": "^8.4.0",
  22. "markdown-it-testgen": "^0.1.4",
  23. "mocha": "^3.5.3"
  24. }
  25. }