mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
727a214353
- insomnia-plugin-default-headers@1.1.6 - insomnia-plugin-os@1.0.5 - insomnia-plugin-prompt@1.0.8 - insomnia-plugin-request@1.0.6 - insomnia-plugin-response@1.0.7 - insomnia-app@1.0.13 - insomnia-importers@2.0.1 - insomnia-xpath@1.0.1
20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"name": "insomnia-plugin-os",
|
|
"version": "1.0.5",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Template tag to get information about the OS",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-os",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "os-info",
|
|
"description": "Get information about the OS"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath": "^1.0.0"
|
|
}
|
|
}
|