-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "synthwave-x-fluoromachine-epic-animations",
"displayName": "Synthwave x Fluoromachine & epic animations",
"description": "This theme brings crazy 80's animations into your VS code 🚀🎉",
"version": "1.4.13",
"author": "Ilja Leyberman",
"publisher": "TheCodemonkey",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/thecodemonkey/synthwave-x-fluoromachine-epic-animations/"
},
"engines": {
"vscode": "^1.33.0"
},
"keywords": [
"retro",
"80s",
"vaporwave",
"synthwave",
"fluoromachine",
"animated",
"theme"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Synthwave x Fluoromachine & epic animations",
"uiTheme": "vs-dark",
"path": "./themes/synthwave-x-fluoromachine.json"
}
]
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
},
"dependencies": {
"vsce": "^1.100.1"
}
}