2015-10-03 06:38:48 +08:00
|
|
|
{
|
2016-01-15 11:43:40 +08:00
|
|
|
"name": "phishing-detection",
|
2015-10-06 05:36:48 +08:00
|
|
|
"version": "0.2.1",
|
2015-10-03 06:38:48 +08:00
|
|
|
"main": "./lib/main",
|
2015-12-08 02:43:06 +08:00
|
|
|
"license": "GPL-3.0",
|
2016-01-08 06:56:34 +08:00
|
|
|
|
|
|
|
"title": "Phishing Detection",
|
|
|
|
"description": "Warns you when an email specifies a reply-to address which is not the from address.",
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
2015-10-03 06:38:48 +08:00
|
|
|
"engines": {
|
2015-11-25 09:22:00 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-10-03 06:38:48 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"request": "^2.53",
|
|
|
|
"underscore": "*"
|
|
|
|
}
|
|
|
|
}
|