mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
21 lines
588 B
JSON
21 lines
588 B
JSON
{
|
|
"name": "insomnia-plugin-os",
|
|
"version": "2.1.2",
|
|
"author": "Gregory Schier <greg.schier@konghq.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"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|