-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
39 lines (39 loc) · 836 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
{
"name": "github-plus-theme",
"displayName": "GitHub Plus Theme",
"description": "A GitHub inspired color theme for VSCode code and interface!",
"version": "1.4.4",
"publisher": "thenikso",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/thenikso/github-plus-theme"
},
"bugs": {
"url": "https://github.com/thenikso/github-plus-theme/issues"
},
"engines": {
"vscode": "^1.16.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "GitHub Plus",
"uiTheme": "vs",
"path": "./themes/github-plus-theme.json"
}
]
},
"scripts": {
"publish": "vsce publish"
},
"__metadata": {
"id": "d0db9e58-8cdf-49c5-87bf-02f037e10bb0",
"publisherDisplayName": "thenikso",
"publisherId": "e748af4a-d17d-4c3b-a7e1-2592de9a7e09",
"size": 1080424
}
}