forked from tinkertrain/panda-syntax-vscode
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 976 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
{
"name": "theme-panda",
"displayName": "Panda Theme",
"description": "Panda Theme for Visual Studio Code.",
"version": "1.2.0",
"publisher": "tinkertrain",
"engines": {
"vscode": "^1.20.0"
},
"scripts": {
"build": "node build.js"
},
"categories": [
"Themes"
],
"semanticHighlighting": true,
"icon": "assets/panda.png",
"homepage": "https://github.com/tinkertrain/panda-syntax-vscode",
"galleryBanner": {
"color": "#2a2c2d",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/tinkertrain/panda-syntax-vscode"
},
"contributes": {
"themes": [
{
"label": "Panda Syntax",
"uiTheme": "vs-dark",
"path": "./dist/Panda.json"
}
]
},
"devDependencies": {
"@crystal-ball/eslint-config-eloquence": "^1.0.0",
"js-yaml": "^3.13.1"
},
"__metadata": {
"id": "9764fb1f-aa45-4e65-a18e-705b3b00761c",
"publisherDisplayName": "Panda Theme",
"publisherId": "75da7fb3-a5a8-4f27-8083-e61b15b7b2a5"
}
}