mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-15 08:32:11 -05:00
- insomnia-app@1.1.6 - insomnia-plugin-cookie-jar@1.0.14 - insomnia-plugin-jsonpath@1.0.17 - insomnia-plugin-response@1.0.23
20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"name": "insomnia-plugin-jsonpath",
|
|
"version": "1.0.17",
|
|
"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"
|
|
}
|
|
}
|