insomnia/plugins/insomnia-plugin-os/package.json
Gregory Schier 55be1de2bd lib@2.2.10
2020-06-29 10:51:46 -07:00

21 lines
575 B
JSON

{
"name": "insomnia-plugin-os",
"version": "2.2.10",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Template tag to get information about the OS",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-os",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "os-info",
"description": "Get information about the OS"
},
"dependencies": {
"jsonpath": "^1.0.2"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}