-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 982 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
{
"name": "blueberry-dark-theme",
"displayName": "Blueberry dark theme",
"description": "Blueberry Dark Theme for Visual Studio Code",
"version": "1.1.1",
"publisher": "peymanslh",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Blueberry dark theme",
"uiTheme": "vs-dark",
"path": "./themes/blueberry-dark-theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/peymanslh/vscode-blueberry-dark-theme.git"
},
"homepage": "https://github.com/peymanslh/vscode-blueberry-dark-theme#readme",
"license": "MIT",
"author": "Peyman Salehi <slh.peyman@gmail.com>",
"scripts": {
"deploy": "vsce publish"
},
"devDependencies": {
"@vscode/vsce": "^2.18.0"
}
}