insomnia/packages/insomnia-url/package.json
2019-12-12 15:39:41 -05:00

12 lines
230 B
JSON

{
"name": "insomnia-url",
"version": "2.1.0",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "URL Utilities",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest --silent"
}
}