2015-09-02 02:57:06 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "message-view-on-github",
|
2015-09-02 02:57:06 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
2015-10-01 02:43:00 +08:00
|
|
|
"description": "View on Github button",
|
2015-12-08 02:43:06 +08:00
|
|
|
"license": "GPL-3.0",
|
2016-01-08 06:56:34 +08:00
|
|
|
|
|
|
|
"title":"View on GitHub",
|
|
|
|
"description": "Adds a 'View On GitHub' button that appears when viewing GitHub emails.",
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
2015-09-02 02:57:06 +08:00
|
|
|
"engines": {
|
2015-11-25 09:22:00 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-09-02 02:57:06 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-22 02:10:56 +08:00
|
|
|
"underscore": "^1.8.3"
|
2015-09-02 02:57:06 +08:00
|
|
|
}
|
|
|
|
}
|