-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 779 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 779 Bytes
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
{
"name": "beer-theme",
"publisher": "vasco3",
"displayName": "Beer Theme",
"description": "Theme crafted with warm, bubbly, & light colors.",
"version": "1.2.0",
"engines": {
"vscode": "^1.58.0"
},
"icon": "images/logo.png",
"keywords": [
"theme",
"beer"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Beer Light Theme",
"uiTheme": "vs",
"path": "./themes/Beer Light Theme-color-theme.json"
}
]
},
"license": "MIT",
"homepage": "https://github.com/vasco3/beer-theme/blob/master/README.md",
"bugs": {
"url": "https://github.com/vasco3/beer-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vasco3/beer-theme.git"
}
}