-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.21 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
{
"name": "nord-jujoco",
"displayName": "Nord Jujoco",
"description": "Crafted to offer developers a seamless, distraction-free coding experience that combines aesthetics with practical functionality.",
"version": "1.1.1",
"publisher": "Jujoco",
"engines": {
"vscode": "^1.95.0"
},
"author": {
"name": "Julian Cobos",
"url": "https://www.jujoco.com"
},
"homepage": "https://github.com/jujoco/nord-jujoco-vscode-theme",
"repository": {
"type": "git",
"url": "https://github.com/jujoco/nord-jujoco-vscode-theme"
},
"bugs": {
"url": "https://github.com/jujoco/nord-jujoco-vscode-theme/issues"
},
"categories": [
"Themes"
],
"keywords": [
"aesthetics",
"functional",
"clean",
"elegant",
"nord",
"jujoco",
"vscode theme"
],
"license": "MIT",
"galleryBanner": {
"color": "#2b303b",
"theme": "dark"
},
"icon": "assets/icon-128x128.png",
"contributes": {
"themes": [
{
"label": "Nord Jujoco",
"uiTheme": "vs-dark",
"path": "./themes/Nord-Jujoco-color-theme.json"
}
]
},
"scripts": {
"release": "standard-version"
},
"devDependencies": {
"standard-version": "^9.5.0"
}
}