insomnia/plugins/insomnia-plugin-core-themes/package.json

26 lines
602 B
JSON
Raw Normal View History

{
2022-03-01 16:13:22 +00:00
"private": false,
"name": "insomnia-plugin-core-themes",
2022-03-01 14:24:59 +00:00
"version": "2.5.0",
"author": "Kong <office@konghq.com>",
"description": "Insomnia core themes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-core-themes"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "core-themes",
"unlisted": true
},
"scripts": {
"test": "node --version"
},
2020-07-01 23:28:05 +00:00
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}