insomnia/packages/insomnia-url/package.json

12 lines
229 B
JSON
Raw Normal View History

{
"name": "insomnia-url",
2019-12-12 20:32:59 +00:00
"version": "2.1.0",
"author": "Gregory Schier <gschier1990@gmail.com>",
"description": "URL Utilities",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest --silent"
}
}