insomnia/plugins/insomnia-plugin-os/package.json

25 lines
619 B
JSON
Raw Normal View History

2017-12-22 22:10:38 +00:00
{
"name": "insomnia-plugin-os",
2022-03-01 17:21:42 +00:00
"version": "2.5.1",
"author": "Kong <office@konghq.com>",
2017-12-22 22:10:38 +00:00
"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"
},
2017-12-22 22:10:38 +00:00
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
2017-12-22 22:10:38 +00:00
},
"main": "index.js",
"insomnia": {
"name": "os-info",
"description": "Get information about the OS"
},
"dependencies": {
"jsonpath-plus": "^6.0.1"
2019-11-22 16:15:46 +00:00
},
2020-01-06 19:02:54 +00:00
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
2017-12-22 22:10:38 +00:00
}