mirror of https://github.com/jkjoy/sunpeiwen.git
25 lines
605 B
JSON
25 lines
605 B
JSON
|
{
|
||
|
"name": "hexo-permalink-pinyin",
|
||
|
"version": "1.1.0",
|
||
|
"description": "A Hexo plugin which convert Chinese title to transliterate permalink.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/viko16/hexo-permalink-pinyin.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"hexo",
|
||
|
"permalink"
|
||
|
],
|
||
|
"author": "viko16",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/viko16/hexo-permalink-pinyin/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/viko16/hexo-permalink-pinyin#readme",
|
||
|
"dependencies": {
|
||
|
"transliteration": "^1.6.2"
|
||
|
}
|
||
|
}
|