2018-03-06 05:26:37 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-jsonpath",
|
2018-12-15 16:51:21 +00:00
|
|
|
"version": "1.0.12",
|
2018-03-06 05:26:37 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|