insomnia/plugins/insomnia-plugin-file/package.json
2019-12-12 15:39:41 -05:00

19 lines
460 B
JSON

{
"name": "insomnia-plugin-file",
"version": "2.1.0",
"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"
}
}