UNPKG

hexo-zhruby

Version:

Hexo Tag Plugin for html tag <ruby>. Provide auto pronounciation indication for Jyutping (Cantonese), Zhuyin (Taiwanese Mandarin), and Pinyin (Chinese Mandarin). Support Traditonal and Simplified Chinese characters.

40 lines (39 loc) 1.05 kB
{ "name": "hexo-zhruby", "version": "1.2.0", "description": "Hexo Tag Plugin for html tag <ruby>. Provide auto pronounciation indication for Jyutping (Cantonese), Zhuyin (Taiwanese Mandarin), and Pinyin (Chinese Mandarin). Support Traditonal and Simplified Chinese characters.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/GreenMeeple/hexo-zhruby.git" }, "keywords": [ "hexo", "ruby", "blog", "cantonese", "mandarin", "jyutping", "zhuyin", "pinyin", "traditional-chinese", "simplified-chinese", "chinese", "chinese-characters", "cantonese-romanization" ], "author": "GreenMeeple", "license": "MIT", "bugs": { "url": "https://github.com/GreenMeeple/hexo-zhruby/issues" }, "homepage": "https://github.com/GreenMeeple/hexo-zhruby#readme", "dependencies": { "pinyin": ">=2.11.0", "pinyin-zhuyin": ">=1.0.0", "to-jyutping": ">=3.1.0" } }