mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
5ad79f3bbc
* JS themes and convert themes * Publish - insomnia-plugin-core-themes@1.0.1 - insomnia-app@1.0.28 * Publish - insomnia-plugin-core-themes@1.0.2 - insomnia-app@1.0.29 * Publish - insomnia-plugin-core-themes@1.0.3 - insomnia-app@1.0.30
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"name": "insomnia-plugin-core-themes",
|
|
"version": "1.0.3",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Insomnia core themes",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "core-themes"
|
|
},
|
|
"scripts": {
|
|
"test": "node --version"
|
|
}
|
|
}
|