mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "1.0.17",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Query XML using XPath",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^0.0.20",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
|
|
}
|