Files
insomnia/plugins/insomnia-plugin-jsonpath/package.json
Gregory Schier 0933337c1e Bump versions
2019-11-22 11:15:46 -05:00

21 lines
619 B
JSON

{
"name": "insomnia-plugin-jsonpath",
"version": "1.0.21",
"author": "Gregory Schier <gschier1990@gmail.com>",
"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"
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
}