-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "insomnia-plugin-theme-night-storm",
"version": "1.0.0",
"description": "Night Storm Theme. A dark theme for Insomnia made with love",
"license": "MIT",
"main": "index.js",
"insomnia": {
"name": "theme-night-storm",
"displayName": "Night Storm Theme",
"description": "Night Storm Theme. A dark theme for Insomnia made with love",
"images": {
"icon": "images/icon.png",
"cover": "images/screenshot.png"
},
"publisher": {
"name": "Luciano Oliveira",
"icon": "https://avatars.githubusercontent.com/u/12519008?v=4"
}
},
"keywords": [
"night-storm",
"night",
"storm",
"theme",
"insomnia",
"insomnia-plugin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luciano-work/insomnia-plugin-theme-night-storm.git"
},
"author": "Luciano Oliveira",
"bugs": {
"url": "https://github.com/luciano-work/insomnia-plugin-theme-night-storm/issues"
},
"homepage": "https://github.com/luciano-work/insomnia-plugin-theme-night-storm",
"unlisted": false,
"devDependencies": {}
}