-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.16 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
{
"name": "material-candy",
"description": "Uplift your mood, keep happy and focused.",
"version": "0.0.26",
"author": {
"name": "Pierre-Antoine Mills"
},
"bugs": {
"url": "https://github.com/millsp/material-candy/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Material Candy",
"uiTheme": "vs-dark",
"path": "./material-candy.json"
}
]
},
"devDependencies": {
"typescript": "^3.9.0",
"vsce": "^1.77.0"
},
"displayName": "Material Candy",
"engines": {
"vscode": "*"
},
"galleryBanner": {
"color": "#212121",
"theme": "dark"
},
"homepage": "https://github.com/millsp/material-candy",
"icon": "assets/icon.png",
"keywords": [
"candy",
"colorful",
"dark",
"google",
"material",
"saturated",
"theme",
"vscode"
],
"license": "Apache-2.0",
"publisher": "millsp",
"repository": {
"type": "git",
"url": "https://github.com/millsp/material-candy"
},
"__metadata": {
"id": "f64100a7-e21c-4adf-b6c3-186012f06a5b",
"publisherDisplayName": "Pierre-Antoine Urvoy",
"publisherId": "20bd0540-cd3e-4279-8a80-954786cf1b78"
},
"scripts": {
"release": "npx vsce publish; git push"
}
}