package.json 599 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "towxml",
  3. "version": "2.1.1",
  4. "description": "HTML、Markdown转WXML(WeiXin Markup Language)渲染库",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/sbfkcel/towxml.git"
  12. },
  13. "keywords": [
  14. "html to wxml",
  15. "markdown to wxml",
  16. "html2wxml",
  17. "mark2wxml",
  18. "wxml"
  19. ],
  20. "author": "单炒饭",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/sbfkcel/towxml/issues"
  24. },
  25. "homepage": "https://github.com/sbfkcel/towxml#readme"
  26. }