forked from jsatka/sweet-vscode-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 929 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
46
{
"name": "sweet-vscode-icons",
"displayName": "Sweet vscode Icons",
"description": "A colorful icon set for vscode",
"version": "0.0.1",
"icon": "icons/icon.png",
"galleryBanner": {
"color": "#191925",
"theme": "dark"
},
"publisher": "Letgamer",
"author": {
"name": "Alex Stephan",
"url": "https://github.com/Letgamer",
"email": "alexstephan005@@gmail.com"
},
"repository": {
"url": "https://github.com/Letgamer/sweet-vscode-icons"
},
"engines": {
"vscode": "^1.39.0"
},
"license": "MIT",
"categories": [
"Themes"
],
"keywords": [
"icons",
"icon",
"theme",
"colorful",
"gradient"
],
"contributes": {
"iconThemes": [
{
"id": "sweet-vscode-icons",
"label": "Sweet vscode Icons",
"path": "sweet-vscode-icon-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/Letgamer/sweet-vscode-icons/issues"
}
}