2017-12-22 22:10:38 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-os",
|
2018-07-16 12:52:26 +00:00
|
|
|
"version": "1.0.8",
|
2017-12-22 22:10:38 +00:00
|
|
|
"author": "Gregory Schier <gschier1990@gmail.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"
|
|
|
|
}
|
|
|
|
}
|