-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.68 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.68 KB
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
65
66
67
68
69
70
71
72
{
"name": "theme-krafftachrome",
"version": "1.0.4",
"displayName": "Krafftachrome",
"homepage": "https://github.com/fonsecapeter/krafftachrome_visual_studio_code",
"description": "Inspired by the work of Katia and Maurice Krafft, this project aims to capture the strange and beautiful world of 20th century vulcanology.",
"publisher": "fonsecapeter",
"license": "MIT",
"scripts": {
"build": "node ./scripts/build.js",
"lint": "node ./scripts/lint.js",
"package": "vsce package -o ./bin/krafftachrome.vsix",
"vscode:prepublish": "npm run build",
"vsce-publish": "vsce publish",
"vsce-login": "vsce login"
},
"maintainers": [
"Peter Fonseca <peter.nfonseca@gmail.com>"
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/fonsecapeter/krafftachrome_visual_studio_code.git"
},
"bugs": {
"url": "https://github.com/fonsecapeter/krafftachrome_visual_studio_code/issues"
},
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"keywords": [
"color-theme",
"dark",
"katia",
"krafft",
"low-contrast",
"maurice",
"retro",
"theme",
"science",
"volcanology"
],
"icon": "media/krafftachrome.png",
"galleryBanner": {
"color": "#2d2d34",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Krafftachrome",
"uiTheme": "vs-dark",
"path": "./theme/krafftachrome.json"
}
]
},
"devDependencies": {
"js-yaml": "^4.1.0",
"prettier": "^2.6.0",
"tinycolor2": "^1.4.2",
"vsce": "^2.7.0"
},
"__metadata": {
"id": "fae602f6-4b9a-4b6f-b871-0ea32339e7ec",
"publisherDisplayName": "fonsecapeter",
"publisherId": "45056bef-44cd-4231-93af-eb3180ff8e81",
"isPreReleaseVersion": false
}
}