hexo-featured-image
Version:
A plugin for the Hexo static site generator to add support for featured images in posts and json-content.
25 lines (24 loc) • 625 B
JSON
{
"name": "hexo-featured-image",
"description": "A plugin for the Hexo static site generator to add support for featured images in posts and json-content.",
"author": "Daniel Skogly (https://wishy.gift)",
"homepage": "https://github.com/poacher2k/hexo-featured-image",
"keywords": [
"hexo",
"featured",
"image",
"plugin"
],
"version": "0.4.3",
"main": "index",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/poacher2k/hexo-featured-image.git"
},
"dependencies": {
"hexo-front-matter": "^1.0.0",
"hexo-fs": "^2.0.0"
},
"devDependencies": {}
}