-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.76 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
{
"publisher": "brunobandev",
"name": "psr-theme-vscode",
"displayName": "PSR Theme",
"description": "Theme based on PSR Website",
"version": "1.0.5",
"license": "MIT",
"author": {
"name": "Bruno Bandeira",
"email": "[email protected]",
"url": "https://brunobandeira.me"
},
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "PSR Theme",
"uiTheme": "vs",
"path": "./themes/PSR Theme-color-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/brunobandev/psr-theme-vscode/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/brunobandev/psr-theme-vscode",
"repository": {
"type": "git",
"url": "https://github.com/brunobandev/psr-theme-vscode"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/version/brunobandev.psr-theme-vscode.svg",
"href": "https://marketplace.visualstudio.com/items/brunobandev.psr-theme-vscode",
"description": "Extension version"
},
{
"url": "https://vsmarketplacebadge.apphb.com/installs/brunobandev.psr-theme-vscode.svg",
"href": "https://marketplace.visualstudio.com/items/brunobandev.psr-theme-vscode",
"description": "Extension installs"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating/brunobandev.psr-theme-vscode.svg",
"href": "https://marketplace.visualstudio.com/items/brunobandev.psr-theme-vscode",
"description": "Extension Rating"
}
]
}