UNPKG

hexo-enhancer

Version:

a feature enhancer for hexo, support abbrlink, auto-title, auto-date, auto-categories, auto-tags...

47 lines (46 loc) 1.1 kB
{ "name": "hexo-enhancer", "version": "1.0.10", "description": "a feature enhancer for hexo, support abbrlink, auto-title, auto-date, auto-categories, auto-tags...", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:sisyphsu/hexo-enhancer.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "hexo", "link", "enhancer", "generate", "permalink", "categories", "tags", "title", "date" ], "author": "sisyphsu", "license": "MIT", "bugs": { "url": "https://github.com/sisyphsu/hexo-enhancer/issues" }, "homepage": "https://github.com/sisyphsu/hexo-enhancer#readme", "dependencies": { "base-x": "^3.0.5", "buffer-crc32": "^0.2.13", "hexo-front-matter": "^1.0.0", "hexo-fs": "^3.1.0", "md5": "^2.2.1", "moment-timezone": "^0.5.23" }, "devDependencies": { "@types/hexo": "^3.8.5", "@types/hexo-log": "^0.2.2", "@types/moment-timezone": "^0.5.10" } }