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

24 lines
569 B
JSON
Raw Normal View History

2017-12-22 22:10:38 +00:00
{
"name": "insomnia-plugin-os",
"version": "3.5.1-beta.0",
"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"
}
2017-12-22 22:10:38 +00:00
}