-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
51 lines (51 loc) · 1.18 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "hexo-theme-flexblock",
"version": "2.12.1",
"description": "A Card UI Design and Neumorphism Design theme for Hexo",
"license": "MIT",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"theme",
"flexblock",
"card",
"neumorphism"
],
"homepage": "https://kyori.xyz",
"repository": {
"type" : "git",
"url" : "https://github.com/miiiku/hexo-theme-flexblock.git"
},
"bugs": {
"url": "https://github.com/miiiku/hexo-theme-flexblock/issues"
},
"author": {
"name": "miiiku",
"email": "[email protected]",
"url": "https://github.com/miiiku"
},
"contributors": [
{
"name": "seeleclover",
"email": "[email protected]",
"url": "https://github.com/seeleclover"
},
{
"name": "dangjinghao",
"email": "[email protected]",
"url": "https://github.com/dangjinghao"
},
{
"name": "LunaroakF",
"email": "[email protected]",
"url": "https://github.com/LunaroakF"
}
],
"dependencies": {
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-stylus": "^2.1.0"
}
}