-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 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
{
"name": "code-theme",
"displayName": "Code Theme",
"description": "Amazing Theme for Visual Studio and Visual Studio Code",
"version": "1.0.0",
"author": "Daomtthuan <[email protected]> (https://github.com/daomtthuan)",
"packageManager": "[email protected]",
"homepage": "https://github.com/daomtthuan/code-theme",
"repository": "https://github.com/daomtthuan/code-theme.git",
"readme": "https://github.com/daomtthuan/code-theme/blob/main/README.md",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/daomtthuan/code-theme/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/daomtthuan/code-theme/blob/main/LICENSE"
}
],
"contributors": [
{
"name": "Daomtthuan",
"email": "[email protected]",
"url": "https://github.com/daomtthuan"
}
],
"keywords": [
"theme",
"visual studio",
"visual studio code",
"dark",
"light",
"vscode",
"vs"
]
}