-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
{
"name": "material-deep-ocean-theme",
"displayName": "Material Deep Ocean Theme",
"description": "VSCode version of the JetBrains Material Theme Plugin's Deep Ocean theme",
"version": "0.0.3",
"icon": "logo.png",
"publisher": "KYDronePilot",
"scripts": {
"build": "gulp build"
},
"engines": {
"vscode": "^1.47.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Material Deep Ocean",
"uiTheme": "vs-dark",
"path": "./themes/Material Deep Ocean-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/KYDronePilot/material-deep-ocean-theme.git"
},
"author": {
"name": "Michael Galliers",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KYDronePilot/material-deep-ocean-theme/issues"
},
"keywords": [
"vscode",
"material",
"jet-brains",
"deep-ocean"
],
"homepage": "https://github.com/KYDronePilot/material-deep-ocean-theme",
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/gulp": "^4.0.8",
"@types/node": "^14.14.22",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}