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