mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
17 lines
346 B
JSON
17 lines
346 B
JSON
|
{
|
||
|
"name": "insomnia-xpath",
|
||
|
"version": "0.0.2",
|
||
|
"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.2",
|
||
|
"xmldom": "^0.1.27",
|
||
|
"xpath": "^0.0.26"
|
||
|
}
|
||
|
}
|