-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
{
"name": "frictionless-theme",
"displayName": "SMotaal's Frictionless Theme",
"description": "SMotaal's Frictionless Theme for Visual Studio Code",
"repository": {
"type": "git",
"url": "https://github.com/SMotaal/vscode-frictionless-theme.git"
},
"publisher": "smotaal",
"license": "MIT",
"version": "0.1.2",
"engines": {
"vscode": "^1.4.x"
},
"categories": [
"Themes"
],
"scripts": {
"package": "vsce package"
},
"contributes": {
"iconThemes": [
{
"id": "frictionless-material",
"label": "Frictionless (PKief Material) Icons",
"path": "./icons/pkief-material-icons.json"
}
],
"themes": [
{
"id": "frictionless-light",
"label": "Frictionless Light",
"uiTheme": "vs",
"path": "./themes/light.json"
},
{
"id": "frictionless-dark",
"label": "Frictionless Dark",
"uiTheme": "vs-dark",
"path": "./themes/dark.json"
}
]
},
"devDependencies": {
"@smotaal.io/tools": "*",
"vsce": "*"
},
"__metadata": {
"id": "b8434430-c612-43f5-8ec7-6a8c3c69283a",
"publisherDisplayName": "SMotaal",
"publisherId": "b226bc3a-30a8-4239-b5ff-678330446191"
}
}