bower.json 318 B

123456789101112131415
  1. {
  2. "name": "vditor",
  3. "description": "A markdown editor written in TypeScript",
  4. "main": "dist/index.min.js",
  5. "authors": [
  6. "Vanessa <[email protected]> (http://vanessa.b3log.org)"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "editor",
  11. "markdown",
  12. "b3log"
  13. ],
  14. "homepage": "https://ld246.com/tag/vditor"
  15. }