mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
a543df4dc8
- insomnia-plugin-request@1.0.3 - insomnia-plugin-response@1.0.3 - insomnia-app@1.0.1 - insomnia-importers@1.5.4 - insomnia-prettify@0.1.1 - insomnia-url@0.1.1 - insomnia-xpath@0.0.4 - insomnia-website@1.0.1
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "insomnia-url",
|
|
"version": "0.1.1",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "URL Utilities",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.12.0"
|
|
}
|
|
}
|