insomnia/packages/insomnia-url/package.json

13 lines
251 B
JSON
Raw Normal View History

{
"name": "insomnia-url",
"version": "0.1.9",
"author": "Gregory Schier <gschier1990@gmail.com>",
"description": "URL Utilities",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest --silent"
2019-04-19 20:26:21 +00:00
},
"dependencies": {}
}