Files
insomnia/plugins/insomnia-plugin-jsonpath/package.json

21 lines
619 B
JSON

{
"name": "insomnia-plugin-jsonpath",
"version": "2.1.1",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-json-path",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "json-path",
"description": "Template tag to pull data out of JSON strings"
},
"dependencies": {
"jsonpath": "^1.0.0"
},
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
}