Mailspring/examples/N1-Phishing-Detection/package.json
2015-10-02 15:38:48 -07:00

23 lines
482 B
JSON
Executable file

{
"name": "phishing",
"version": "0.2.0",
"main": "./lib/main",
"description": "An example package for Nylas Mail that translates drafts into other languages using the Yandex API.",
"license": "Proprietary",
"engines": {
"atom": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/nylas/translate"
},
"windowTypes": {
"default": true,
"composer": true
},
"dependencies": {
"request": "^2.53",
"underscore": "*"
}
}