-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 967 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
38
39
40
41
42
43
44
{
"name": "nova",
"displayName": "nova",
"description": "Nova theme for Visual Studio Code",
"version": "0.2.2",
"publisher": "rebornix",
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#445660",
"theme": "dark"
},
"engines": {
"vscode": "^1.1.0"
},
"scripts": {
"build": "scripts/build"
},
"devDependencies": {
"eslint": "3.5.0",
"watch": "0.19.2"
},
"dependencies": {
"nova-colors": "2.1.5"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/rebornix/vscode-nova.git"
},
"bugs": {
"url": "https://github.com/rebornix/vscode-nova/issues"
},
"contributes": {
"themes": [
{
"label": "Nova",
"uiTheme": "vs-dark",
"path": "./themes/nova.json"
}
]
}
}