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

21 lines
619 B
JSON
Raw Normal View History

2018-03-06 05:26:37 +00:00
{
"name": "insomnia-plugin-jsonpath",
2019-12-12 20:40:12 +00:00
"version": "2.1.1",
2019-12-12 20:39:41 +00:00
"author": "Gregory Schier <greg.schier@konghq.com>",
2018-03-06 05:26:37 +00:00
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-json-path",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "json-path",
"description": "Template tag to pull data out of JSON strings"
},
"dependencies": {
"jsonpath": "^1.0.0"
2019-11-22 16:15:46 +00:00
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
2018-03-06 05:26:37 +00:00
}