-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 803 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 803 Bytes
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
{
"name": "insomnia-plugin-timestamp-expander",
"version": "1.0.7",
"main": "main.js",
"author": "Nicolai Søndergaard <https://github.com/Nicoolai>",
"homepage": "https://github.com/Nicoolai/insomnia-plugin-timestamp-expander",
"repository": {
"type": "git",
"url": "https://github.com/Nicoolai/insomnia-plugin-timestamp-expander.git"
},
"insomnia": {
"name": "timestamp-expander",
"displayName": "timestamp-expander Plugin",
"description": "This plugin tries to detect timestamps and adds a property with the timestamp in ISO format.",
"images": {
"icon": "icon.png",
"cover": "icon.png"
},
"publisher": {
"name": "Nicolai Søndergaard",
"icon": "https://avatars.githubusercontent.com/u/5327895"
},
"unlisted": true
}
}