Mailspring/internal_packages/phishing-detection/package.json

24 lines
467 B
JSON
Raw Normal View History

2015-10-03 06:38:48 +08:00
{
"name": "phishing",
"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",
"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": {
"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": "*"
}
}