mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"name": "insomnia-plugin-file",
|
|
"version": "2.1.2",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia file templte tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-file",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "file"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|