mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
26 lines
633 B
JSON
26 lines
633 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "3.7.0",
|
|
"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"
|
|
}
|
|
}
|