2021-02-19 23:33:19 +08:00
|
|
|
{
|
|
|
|
"name": "hexo-theme-stellar",
|
2021-08-02 16:37:31 +08:00
|
|
|
"version": "1.4.1",
|
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": {
|
|
|
|
"hexo-renderer-ejs": "^1.0.0",
|
|
|
|
"hexo-renderer-stylus": "^2.0.1"
|
|
|
|
},
|
2021-02-19 23:33:19 +08:00
|
|
|
"homepage": "https://xaoxuu.com/wiki/stellar/",
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|