-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 939 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
{
"name": "monokai-slate",
"displayName": "Monokai Slate",
"description": "The best Monokai based dark theme for JavaScript developers and markdown readers",
"publisher": "zurassic",
"version": "1.2.0",
"engines": {
"vscode": "^1.40.0"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Monokai Slate",
"uiTheme": "vs-dark",
"path": "./themes/MonokaiSlate-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/hamxiaoz/monokai-slate-vscode.git"
},
"bugs": {
"url": "https://github.com/hamxiaoz/monokai-slate-vscode/issues"
},
"homepage": "https://github.com/hamxiaoz/monokai-slate-vscode/blob/master/README.md",
"keywords": [
"Theme",
"Monokai",
"Dark"
],
"author": "Andrew Zheng",
"license": "MIT",
"scripts": {
"package": "vsce package"
}
}