insomnia/plugins/insomnia-plugin-core-themes/package.json
Dimitri Mitropoulos 78c4a18f0b
makes all package.json author fields consistent (#3338)
* makes all package.json author fields consistent

* adds Preston Alvarado as a contributor per review feedback.
2021-05-12 08:31:07 -04:00

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"
}