mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"name": "insomnia-prettify",
|
|
"version": "0.1.10",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Prettification utilities for Insomnia",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {}
|
|
}
|