-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (51 loc) · 1.22 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
{
"name": "vscode-stardew-icon-theme",
"displayName": "Stardew Icon Theme",
"description": "Icons from the game Stardew Valley",
"version": "0.0.7",
"publisher": "klyap",
"engines": {
"vscode": "^1.20.0"
},
"contributes": {
"iconThemes": [
{
"id": "vscode-stardew-icon-theme",
"label": "Stardew Icon Theme",
"path": "./icons.json"
},
{
"id": "vscode-stardew-icon-theme-autumn",
"label": "Stardew Icon Theme - Autumn",
"path": "./icons-autumn.json"
},
{
"id": "vscode-stardew-icon-theme-winter",
"label": "Stardew Icon Theme - Winter",
"path": "./icons-winter.json"
}
]
},
"icon": "icons/Spangle.png",
"repository": {
"type": "git",
"url": "https://github.com/klyap/vscode-stardew-icon-theme.git"
},
"categories": [
"Themes"
],
"keywords": [
"icons",
"theme",
"pixel",
"icon",
"cute",
"game",
"stardew",
"valley",
"cozy",
"cat",
"farm"
],
"license": "MIT"
}