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

26 lines
641 B
JSON
Raw Normal View History

2018-03-06 05:26:37 +00:00
{
2022-03-01 16:13:22 +00:00
"private": false,
2018-03-06 05:26:37 +00:00
"name": "insomnia-plugin-jsonpath",
"version": "3.1.0-beta.4",
"author": "Kong <office@konghq.com>",
2018-03-06 05:26:37 +00:00
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-jsonpath"
},
2018-03-06 05:26:37 +00:00
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
2018-03-06 05:26:37 +00:00
},
"main": "index.js",
"insomnia": {
"name": "json-path",
"description": "Template tag to pull data out of JSON strings",
"unlisted": true
2018-03-06 05:26:37 +00:00
},
"dependencies": {
"jsonpath-plus": "^6.0.1"
}
2018-03-06 05:26:37 +00:00
}