-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.39 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
55
56
57
58
59
60
61
62
63
64
{
"name": "deco-it",
"displayName": "Decorate it",
"description": "vscode color theme : just decorate it",
"version": "2.0.0",
"license": "GPL-3.0",
"publisher": "Squeeble",
"engines": {
"vscode": "^1.42.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"trepid",
"trepid ink",
"trepid-ink",
"deco",
"deco it",
"deco-it",
"decorate",
"decorate it",
"decorate-it"
],
"contributes": {
"themes": [
{
"label": "Decorate it",
"uiTheme": "vs-dark",
"path": "./themes/deco-it-color-theme.json"
},
{
"label": "Trepid ink",
"uiTheme": "vs-dark",
"path": "./themes/trepid-ink-color-theme.json"
},
{
"label": "Classic bright",
"uiTheme": "vs-dark",
"path": "./themes/classic-brigt-color-theme.json"
},
{
"label": "Classic soft",
"uiTheme": "vs-dark",
"path": "./themes/classic-soft-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/squeeble-ink/vscode.deco-it.git"
},
"bugs": {
"url": "https://github.com/squeeble-ink/vscode.deco-it/issues"
},
"icon": "assets/logo.png",
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4"
}
}