-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 880 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
47
48
{
"name": "fatality",
"displayName": "Fatality",
"description": "Just Blood",
"version": "0.2.0",
"publisher": "PabloMichea",
"repository": {
"type": "git",
"url": "https://github.com/pablomichea/FTLT"
},
"engines": {
"vscode": "^1.69.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"red",
"blood",
"ff0000",
"dark red",
"warm red",
"warm",
"just red",
"blood color",
"rojo",
"rojo oscuro"
],
"contributes": {
"themes": [
{
"label": "Fatality",
"uiTheme": "vs-dark",
"path": "./themes/Fatality-color-theme.json"
},
{
"label": "Fatality v2",
"uiTheme": "vs-dark",
"path": "./themes/Fatality-color-theme-no-strike-comments.json"
}
]
},
"dependencies": {
"-": "^0.0.1",
"vsce": "^2.14.0"
}
}