mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "2.1.1",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Query XML using XPath",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^2.1.1",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|