mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
13 lines
254 B
JSON
13 lines
254 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": {}
|
|
}
|