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

26 lines
634 B
JSON
Raw Normal View History

2018-03-06 05:26:37 +00:00
{
"private": true,
2018-03-06 05:26:37 +00:00
"name": "insomnia-plugin-jsonpath",
2023-01-17 16:04:55 +00:00
"version": "3.11.0",
"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
}