-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 977 Bytes
/
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
{
"name": "runescape-icon-theme",
"displayName": "RuneScape Icon Theme",
"description": "Old School RuneScape File Icon Theme for VS Code!",
"version": "1.3.1",
"publisher": "392781",
"author": {
"name": "Ronald Lencevičius",
"url": "https://ronaldas.dev"
},
"license": "MIT",
"repository": {
"url": "https://github.com/392781/vscode-runescape-icon-theme"
},
"bugs": {
"url": "https://github.com/392781/vscode-runescape-icon-theme/issues",
"email": "[email protected]"
},
"sponsor": {
"url": "https://ko-fi.com/ronaldas"
},
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Themes"
],
"keywords": [
"runescape",
"osrs",
"icon-theme",
"icon",
"customization"
],
"contributes": {
"iconThemes": [
{
"id": "runescape-icon-theme",
"label": "RuneScape Icon Theme",
"path": "./src/icons.json"
}
]
},
"icon": "assets/icon.png"
}