OhMyIWB/themes/materialis/package.json
2026-05-16 04:24:10 +08:00

28 lines
640 B
JSON

{
"name": "hexo-theme-materialis",
"version": "1.2.0",
"description": "A Material Design theme for Hexo",
"main": "index.js",
"scripts": {
"test": "echo 'No tests specified' && exit 0",
"build": "echo 'No build process needed for this theme'",
"version": "echo 'Version update completed'"
},
"keywords": [
"hexo",
"theme",
"material-design"
],
"author": "Can1425 system:error",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Can1425/Hexo-Theme-Materialis.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*"
]
}