mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"name": "N1-Github-Contact-Card-Section",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
|
|
"isStarterPackage": true,
|
|
"title": "Github",
|
|
"description": "Extends the contact card in the sidebar to show public repos of the people you email.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "MIT",
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
|
|
},
|
|
"dependencies": {
|
|
"reflux": "0.1.13",
|
|
"request": "^2.53",
|
|
"underscore-plus": "^1.6"
|
|
}
|
|
}
|