2015-09-22 02:36:54 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "github-contact-card",
|
2015-09-22 02:36:54 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
2015-10-01 02:43:00 +08:00
|
|
|
|
2016-01-08 06:56:34 +08:00
|
|
|
"isOptional": true,
|
2015-10-01 02:43:00 +08:00
|
|
|
"isStarterPackage": true,
|
2016-01-08 06:56:34 +08:00
|
|
|
|
|
|
|
"title": "GitHub Sidebar Info",
|
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",
|
|
|
|
|
2016-02-20 04:30:24 +08:00
|
|
|
"license": "GPL-3.0",
|
2015-09-22 02:36:54 +08:00
|
|
|
"engines": {
|
2015-11-25 09:22:00 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-09-22 02:36:54 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"reflux": "0.1.13",
|
|
|
|
"request": "^2.53",
|
2016-01-08 06:56:34 +08:00
|
|
|
"underscore": "^1.8"
|
2015-09-22 02:36:54 +08:00
|
|
|
}
|
|
|
|
}
|