-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}