mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"private": false,
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "2.5.2",
|
|
"author": "Kong <office@konghq.com>",
|
|
"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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "json-path",
|
|
"description": "Template tag to pull data out of JSON strings",
|
|
"unlisted": true
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^6.0.1"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|