2015-10-02 15:38:48 -07:00
|
|
|
{
|
2016-01-14 22:43:40 -05:00
|
|
|
"name": "phishing-detection",
|
2015-10-05 14:36:48 -07:00
|
|
|
"version": "0.2.1",
|
2015-10-02 15:38:48 -07:00
|
|
|
"main": "./lib/main",
|
2015-12-07 10:43:06 -08:00
|
|
|
"license": "GPL-3.0",
|
2016-01-07 14:56:34 -08:00
|
|
|
|
|
|
|
"title": "Phishing Detection",
|
2016-06-06 16:24:07 -07:00
|
|
|
"description": "Get warnings when an email specifies a reply-to address which is not the from address.",
|
2016-01-07 14:56:34 -08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
2015-10-02 15:38:48 -07:00
|
|
|
"engines": {
|
2015-11-24 17:22:00 -08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-10-02 15:38:48 -07:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-07-08 19:20:19 +01:00
|
|
|
"tld": "^0.0.2"
|
2015-10-02 15:38:48 -07:00
|
|
|
}
|
|
|
|
}
|