-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
53
54
55
56
{
"name": "sloth-highlander-theme-1",
"version": "0.0.3",
"displayName": "sloth-highlander-theme-1",
"description": "Tema para o VS Code inspirado no personagem Sloth do filme The Goonies.",
"publisher": "fernandoncidade1",
"id": "fernandoncidade1",
"author": {
"name": "Fernando Nillsson Cidade"
},
"license": "MIT",
"homepage": "https://github.com/fernandoncidade/sloth-highlander-theme-1",
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"sloth",
"highlander",
"dark",
"goonies"
],
"icon": "icon.jpg",
"repository": {
"type": "git",
"url": "https://github.com/fernandoncidade/sloth-highlander-theme-1"
},
"bugs": {
"url": "https://github.com/fernandoncidade/sloth-highlander-theme-1/issues"
},
"contributes": {
"themes": [
{
"label": "sloth-highlander-theme-1",
"uiTheme": "vs-dark",
"path": "./themes/sloth-highlander-theme-1-color-theme.json"
},
{
"label": "sloth-highlander-theme-2",
"uiTheme": "vs-dark",
"path": "./themes/sloth-highlander-theme-2-color-theme.json"
},
{
"label": "sloth-highlander-theme-3",
"uiTheme": "vs-dark",
"path": "./themes/sloth-highlander-theme-3-color-theme.json"
}
]
},
"devDependencies": {
"vsce": "^1.97.0"
}
}