-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 989 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": "mosmmy-icons-vscode",
"displayName": "Mosmmy Icons",
"description": "Official Mosmmy Icons for Mosmmy Theme",
"publisher": "moserjose",
"version": "0.1.10",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Other",
"Themes"
],
"keywords": [
"icons",
"theme",
"icon-theme",
"customization",
"mosmmy themes"
],
"galleryBanner": {
"color": "#2c3e66",
"theme": "dark"
},
"icon": "icons/logo.png",
"homepage": "https://github.com/moser-jose/mosmmy-icons-vscode/#readme",
"repository": {
"type": "git",
"url": "https://github.com/moser-jose/mosmmy-icons-vscode.git"
},
"bugs": {
"url": "https://github.com/moser-jose/mosmmy-icons-vscode/issues"
},
"contributes": {
"iconThemes": [
{
"id": "mosmmy-icons-vscode",
"label": "Mosmmy Icons Vscode",
"path": "./icons/mosmmy-icons-vscode.json"
}
]
},
"scripts": {
"patch": "vsce package"
}
}