UNPKG

hexo-abbrlink-iuxt

Version:

create one and only link for every post for hexo

31 lines (30 loc) 783 B
{ "name": "hexo-abbrlink-iuxt", "version": "2.2.2", "description": "create one and only link for every post for hexo", "main": "index.js", "scripts": { "postinstall": "echo \"如果你需要有序的id增长,可以尝试本插件的升级版hexo-abbrlink2。\"", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iuxt/hexo-abbrlink.git" }, "keywords": [ "hexo", "link", "permalink", "abbrlink" ], "author": "rozbo", "license": "MIT", "bugs": { "url": "https://github.com/iuxt/hexo-abbrlink/issues" }, "homepage": "https://github.com/iuxt/hexo-abbrlink#readme", "dependencies": { "hexo-front-matter": "^1.0.0", "hexo-fs": "^3.1.0" } }