-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.1 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
{
"name": "insomnia-plugin-theme-synthwave-84",
"description": "A Synthwave-inspired color theme to satisfy your neon dreams",
"version": "0.0.2",
"main": "index.js",
"files": [
"index.js",
"assets",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/castelldev/insomnia-plugin-theme-synthwave-84",
"repository": {
"type": "git",
"url": "git+https://github.com/castelldev/insomnia-plugin-theme-synthwave-84.git"
},
"bugs": {
"url": "https://github.com/castelldev/insomnia-plugin-theme-synthwave-84/issues"
},
"insomnia": {
"name": "synthwave-84-theme",
"displayName": "Synthwave '84 Theme",
"description": "Based on Robb Owen's Synthwave '84 theme for VS Code",
"images": {
"icon": "./assets/logo.png",
"cover": "./assets/banner.png"
},
"publisher": {
"name": "castelldev",
"icon": "https://avatars.githubusercontent.com/u/84517879?v=4"
}
},
"keywords": [
"insomnia-plugin",
"synthwave",
"insomnia",
"theme",
"retro",
"80s"
],
"author": "Franklin Castellanos",
"license": "MIT"
}