Files
insomnia/plugins/insomnia-plugin-jsonpath/package.json
Dimitri Mitropoulos 78c4a18f0b makes all package.json author fields consistent (#3338)
* makes all package.json author fields consistent

* adds Preston Alvarado as a contributor per review feedback.
2021-05-12 08:31:07 -04:00

23 lines
631 B
JSON

{
"name": "insomnia-plugin-jsonpath",
"version": "2.2.35",
"author": "Kong <office@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-json-path",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "json-path",
"description": "Template tag to pull data out of JSON strings",
"core": true,
"unlisted": true
},
"dependencies": {
"jsonpath": "^1.0.2"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}