2015-09-22 02:36:54 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "composer-translate",
|
2015-09-22 02:36:54 +08:00
|
|
|
"version": "0.2.0",
|
|
|
|
"main": "./lib/main",
|
2015-10-01 02:43:00 +08:00
|
|
|
|
2016-01-08 06:56:34 +08:00
|
|
|
"isOptional": true,
|
2015-10-01 02:43:00 +08:00
|
|
|
"isStarterPackage": true,
|
2016-01-08 06:56:34 +08:00
|
|
|
|
2015-10-01 02:43:00 +08:00
|
|
|
"title": "Translation",
|
2015-10-04 05:05:47 +08:00
|
|
|
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
|
2015-10-01 02:43:00 +08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
|
2015-12-08 02:43:06 +08:00
|
|
|
"license": "GPL-3.0",
|
2015-09-22 02:36:54 +08:00
|
|
|
"engines": {
|
2015-11-25 09:22:00 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-09-22 02:36:54 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-10-04 05:05:47 +08:00
|
|
|
"url": "https://github.com/nylas/N1"
|
2015-09-22 02:36:54 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"request": "^2.53"
|
|
|
|
}
|
|
|
|
}
|