forked from wow-actions/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.07 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
52
53
{
"name": "logo",
"version": "1.0.0",
"description": "生成logo",
"scripts": {
"gene-logo": "logo & svgexport profile/logo.svg profile/logo.png & rm profile/logo.svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Weidows-projects/.github.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Weidows-projects/.github/issues"
},
"homepage": "https://github.com/Weidows-projects/.github#readme",
"dependencies": {
"logo.svg": "1.0.1",
"svgexport": "github:Weidows/svgexport"
},
"logo": {
"logo": "Weidows-pro-j",
"font": "mk-zodnig-square.ttf",
"fontSize": 96,
"output": "./profile/logo.svg",
"divided": true,
"path": {
"fill": "#6af72e"
},
"path1": {
"fill": "#c6e03c"
},
"path2": {
"fill": "#fc428f"
},
"path3": {
"fill": "#cea2fd"
},
"path4": {
"fill": "#fb3f24"
},
"path5": {
"fill": "#3cc8f6"
},
"path6": {
"fill": "#67c5c4 "
},
"path7": {
"fill": "#67c5c4 "
}
}
}