mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
78c4a18f0b
* makes all package.json author fields consistent * adds Preston Alvarado as a contributor per review feedback.
22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"name": "insomnia-plugin-core-themes",
|
|
"version": "2.2.35",
|
|
"author": "Kong <office@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"
|
|
}
|