Mailspring/packages/client-app/internal_packages/github-contact-card/package.json

22 lines
476 B
JSON
Raw Normal View History

{
"name": "github-contact-card",
"version": "0.1.0",
"main": "./lib/main",
"isHiddenOnPluginsPage": true,
"isOptional": true,
"title": "GitHub Sidebar Info",
"description": "Extend the contact card in the sidebar to show public repos of the people you email.",
"icon": "./icon.png",
"license": "GPL-3.0",
"engines": {
"nylas": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
}
}