mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
22 lines
460 B
JSON
22 lines
460 B
JSON
|
{
|
||
|
"name": "translate",
|
||
|
"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"
|
||
|
}
|
||
|
}
|