mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"name": "insomnia-plugin-core-themes",
|
|
"version": "2.2.24",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia core themes",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "core-themes",
|
|
"core": true,
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "node --version"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|