mirror of https://github.com/jkjoy/sunpeiwen.git
20 lines
533 B
JSON
20 lines
533 B
JSON
|
{
|
||
|
"name": "hexo-post-link",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Automatically convert markdown links with post slugs to proper internal URLs.",
|
||
|
"main": "lib/index.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/bmwant/hexo-post-link.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "bmwant",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/bmwant/hexo-post-link/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/bmwant/hexo-post-link",
|
||
|
"license": "MIT"
|
||
|
}
|