-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 903 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
{
"name": "insomnia-plugin-postman-export",
"version": "0.8.8",
"main": "main.js",
"license": "MIT",
"description": "This is a plugin for [insomnia](https://insomnia.rest) for exporting its request data in Postman format.",
"homepage": "https://github.com/Vyoam/insomnia-plugin-postman-export",
"repository": {
"type": "git",
"url": "https://github.com/Vyoam/insomnia-plugin-postman-export"
},
"keywords": [
"insomnia",
"plugin",
"postman",
"export",
"convert",
"collection",
"format"
],
"insomnia": {
"name": "postman-export",
"description": "This plugin allows exporting requests in Postman format.",
"displayName": "Postman Export",
"publisher": {
"name": "Vyoam"
},
"applications": {
"designer": "*",
"core": "*",
"cli": "*"
}
},
"dependencies": {
"uuid": "^8.3.2",
"mkdirp": "^1.0.4",
"slugify": "^1.4.5",
"untildify": "^4.0.0"
}
}