Mailspring/examples/N1-Github-Contact-Card-Section/package.json

25 lines
568 B
JSON
Raw Normal View History

{
"name": "N1-Github-Contact-Card-Section",
"version": "0.1.0",
"main": "./lib/main",
"isStarterPackage": true,
"title": "Github",
"description": "Adds Github quick actions to many emails, and allows you to see the Github profiles of the people you email.",
"icon": "./icon.png",
"license": "MIT",
"engines": {
"atom": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
},
"dependencies": {
"reflux": "0.1.13",
"request": "^2.53",
"underscore-plus": "^1.6"
}
}