-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "superman-vscode",
"displayName": "Super Theme",
"description": "A minimalistic superman theme",
"version": "0.1.0",
"author": {
"name": "Andres Cespedes Morales",
"email": "[email protected]"
},
"publisher": "pedes",
"icon": "icon.png",
"engines": {
"vscode": "^1.13.0"
},
"keywords": [
"Superman",
"Theme",
"Dark Theme"
],
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/pedes/superman-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pedes/superman-vscode"
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/pedes/superman-vscode/blob/main/README.md",
"contributes": {
"themes": [
{
"label": "Superman",
"uiTheme": "vs-dark",
"path": "./themes/superman-color-theme.json"
}
]
},
"devDependencies": {
"semver": "^7.1.1",
"vsce": "^1.66.0"
}
}