mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "insomnia-plugin-os",
|
|
"version": "3.4.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Template tag to get information about the OS",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-os"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "os-info",
|
|
"description": "Get information about the OS"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^6.0.1"
|
|
}
|
|
}
|