hexo-tag-post-link
Version:
A hexo tag plugin for inserting post link in your post.
34 lines (33 loc) • 732 B
JSON
{
"name": "hexo-tag-post-link",
"version": "1.0.6",
"description": "A hexo tag plugin for inserting post link in your post.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/r12f/hexo-tag-post-link.git"
},
"keywords": [
"hexo",
"blog",
"tag",
"post",
"link",
"postlink",
"post-link",
"permalink",
"固定链接"
],
"author": "r12f",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/r12f/hexo-tag-post-link/issues"
},
"homepage": "https://github.com/r12f/hexo-tag-post-link#readme",
"dependencies": {
"underscore": "^1.8.3"
}
}