hexo/node_modules/hexo-permalink-pinyin/package.json

25 lines
605 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"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"
}
}