hexo/node_modules/hexo-theme-fluid/package.json

36 lines
733 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "hexo-theme-fluid",
"version": "1.9.5-a",
"description": "An elegant Material-Design theme for Hexo.",
"main": "package.json",
"files": [
"languages",
"layout",
"scripts",
"source",
"_config.yml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-dev/hexo-theme-fluid.git"
},
"keywords": [
"hexo",
"theme",
"fluid",
"material"
],
"author": "Fluid-dev (https://github.com/fluid-dev)",
"license": "GPL-V3",
"bugs": {
"url": "https://github.com/fluid-dev/hexo-theme-fluid/issues"
},
"homepage": "https://hexo.fluid-dev.com/docs",
"engines": {
"node": ">=8.10.0"
},
"peerDependencies": {
"nunjucks": "^3.0.0"
}
}