-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (37 loc) · 909 Bytes
/
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
{
"name": "insomnia-plugin-theme-srcery",
"description": "Srcery, an earthy theme, for Insomnia.",
"version": "1.0.3",
"main": "plugin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/srcery-colors/srcery-insomnia.git"
},
"keywords": [
"srcery",
"theme",
"insomnia",
"insomnia-plugin"
],
"author": {
"name": "Milo Gertjejansen",
"url": "https://milogert.com"
},
"license": "MIT",
"insomnia": {
"name": "theme-srcery",
"displayName": "Srcery theme",
"description": "Srcery, an earthy theme, for Insomnia.",
"images": {
"icon": "./assets/icon-48x48.svg",
"cover": "./assets/cover-952x398.svg"
},
"publisher": {
"name": "Milo Gertjejansen",
"icon": "https://avatars.githubusercontent.com/u/5378535?v=4"
},
"unlisted": false
},
"dependencies": [],
"devDependencies": []
}