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

21 lines
588 B
JSON
Raw Normal View History

2017-12-22 22:10:38 +00:00
{
"name": "insomnia-plugin-os",
2019-12-12 20:40:12 +00:00
"version": "2.1.1",
2019-12-12 20:39:41 +00:00
"author": "Gregory Schier <greg.schier@konghq.com>",
2017-12-22 22:10:38 +00:00
"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"
2019-11-22 16:15:46 +00:00
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
2017-12-22 22:10:38 +00:00
}