-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 810 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "hexo-theme-solitude",
"version": "3.0.21",
"description": "A beautiful, powerful, and efficient Hexo theme developed by everfu.",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"theme",
"solitude",
"Card UI Design",
"@everfu",
"everly",
"hexo-theme-solitude"
],
"repository": {
"type": "git",
"url": "https://github.com/everfu/hexo-theme-solitude"
},
"dependencies": {
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.0"
},
"bugs": {
"url": "https://github.com/everfu/hexo-theme-solitude/issues",
"email": "o@efu.me"
},
"homepage": "https://solitude.js.org",
"author": "Hexo-Theme-Solitude<o@efu.me>",
"license": "Apache-2.0"
}