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

24 lines
583 B
JSON
Raw Normal View History

{
"name": "insomnia-plugin-response",
"version": "1.0.3",
"author": "Gregory Schier <gschier1990@gmail.com>",
"description": "Insomnia response template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-response",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "response"
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"insomnia-xpath": "^0.0.4",
"jsonpath": "^1.0.0"
},
2017-11-26 23:48:30 +00:00
"devDependencies": {}
}