-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 858 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
{
"name": "pitch-black",
"author": {
"name": "Hosein Khansari",
"email": "hrk.x11@gmail.com"
},
"displayName": "Pitch Black",
"description": "100% dark VSCode theme.",
"license": "SEE LICENSE IN LICENSE",
"version": "0.0.2",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pitch Black",
"uiTheme": "vs-dark",
"path": "./themes/theme.json"
}
]
},
"dependencies": {
"@moxer/vscode-theme-generator": "^1.19.0"
},
"publisher": "hkh12",
"repository": {
"type": "git",
"url": "https://github.com/hkh12/code-pitch-black.git"
},
"devDependencies": {
"typescript": "^2.1.6"
}
}