2015-09-22 02:36:54 +08:00
|
|
|
{
|
2015-09-30 14:58:30 +08:00
|
|
|
"name": "N1-Github-Contact-Card-Section",
|
2015-09-22 02:36:54 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
2015-10-01 02:43:00 +08:00
|
|
|
|
|
|
|
"isStarterPackage": true,
|
|
|
|
"title": "Github",
|
2015-10-04 05:05:47 +08:00
|
|
|
"description": "Extends the contact card in the sidebar to show public repos of the people you email.",
|
2015-10-01 02:43:00 +08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
|
2015-09-22 02:36:54 +08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|