hexo-theme-stellar/package.json

31 lines
680 B
JSON
Raw Normal View History

2021-02-19 23:33:19 +08:00
{
"name": "hexo-theme-stellar",
2024-02-04 18:44:06 +08:00
"version": "1.26.8",
2021-02-19 23:33:19 +08:00
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
"test": "echo test"
},
"repository": {
"type": "git",
2021-02-21 18:54:10 +08:00
"url": "https://github.com/xaoxuu/hexo-theme-stellar.git"
2021-02-19 23:33:19 +08:00
},
"keywords": [
"hexo",
"theme",
"stellar"
],
2021-02-21 18:54:10 +08:00
"author": "[@xaoxuu](https://github.com/xaoxuu/)",
2021-02-19 23:33:19 +08:00
"license": "MIT",
"bugs": {
"url": "https://github.com/xaoxuu/hexo-theme-stellar/issues/"
},
2021-02-21 18:54:10 +08:00
"dependencies": {
2022-11-06 21:32:43 +08:00
"hexo-renderer-ejs": "^2.0.0",
2024-01-19 23:19:59 +08:00
"hexo-renderer-stylus": "^3.0.1"
2021-02-21 18:54:10 +08:00
},
2021-02-19 23:33:19 +08:00
"homepage": "https://xaoxuu.com/wiki/stellar/",
"devDependencies": {
}
}