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

19 lines
477 B
JSON
Raw Normal View History

{
"name": "insomnia-plugin-core-themes",
2019-12-12 20:40:12 +00:00
"version": "2.1.1",
2019-12-12 20:39:41 +00:00
"author": "Gregory Schier <greg.schier@konghq.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"
}
}