mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
40ff569f94
- insomnia-plugin-jsonpath@1.0.1 - insomnia-plugin-now@1.0.4 - insomnia-app@1.0.14
20 lines
561 B
JSON
20 lines
561 B
JSON
{
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "1.0.1",
|
|
"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"
|
|
}
|
|
}
|