-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.01 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
{
"name": "pandju",
"displayName": "Pandju",
"description": "Raijū meets panda",
"license": "MIT",
"version": "1.0.1",
"publisher": "TobiasTimm",
"preview": false,
"engines": {
"vscode": "^1.22.0"
},
"keywords": [
"theme",
"blue",
"raiju",
"dark",
"panda"
],
"scripts": {
"publish": "vsce publish"
},
"repository": {
"type": "git",
"url": "https://github.com/tobiastimm/pandju.git"
},
"bugs": {
"url": "https://github.com/tobiastimm/pandju/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pandju",
"uiTheme": "vs-dark",
"path": "./themes/pandju.json"
},
{
"label": "Pandju - No italics",
"uiTheme": "vs-dark",
"path": "./themes/pandju-noitalic.json"
}
]
},
"__metadata": {
"id": "c793f1b7-f404-4166-8768-472123631119",
"publisherDisplayName": "Tobias Timm",
"publisherId": "5e0244e1-b94f-4e44-8cdc-1397334a044f"
}
}