Mailspring/internal_packages/composer-translate/package.json

25 lines
492 B
JSON
Raw Normal View History

{
"name": "composer-translate",
"version": "0.2.0",
"main": "./lib/main",
"isOptional": true,
"title": "Translation",
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
"icon": "./icon.png",
2015-12-08 02:43:06 +08:00
"license": "GPL-3.0",
"engines": {
"nylas": ">=0.3.0 <0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nylas/N1"
},
"windowTypes": {
"default": true,
"composer": true
}
}