mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "0.0.5",
|
|
"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.4",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
}
|
|
}
|