insomnia/plugins/insomnia-plugin-os/package.json
2022-03-01 17:15:38 +01:00

25 lines
626 B
JSON

{
"name": "insomnia-plugin-os",
"version": "2.5.1-beta.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"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}