mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
Summary: fixes T4078 Test Plan: manual Reviewers: bengotow Maniphest Tasks: T4078 Differential Revision: https://phab.nylas.com/D2111
22 lines
482 B
JSON
Executable file
22 lines
482 B
JSON
Executable file
{
|
|
"name": "phishing",
|
|
"version": "0.2.1",
|
|
"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": "*"
|
|
}
|
|
}
|