mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 16:48:02 +08:00
26 lines
544 B
JSON
Executable file
26 lines
544 B
JSON
Executable file
{
|
|
"name": "N1-Composer-Translate",
|
|
"version": "0.2.0",
|
|
"main": "./lib/main",
|
|
|
|
"isStarterPackage": true,
|
|
"title": "Translation",
|
|
"description": "An example package for N1 that translates drafts into other languages using the Yandex API.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "Proprietary",
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/translate"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"dependencies": {
|
|
"request": "^2.53"
|
|
}
|
|
}
|