2015-09-22 02:36:54 +08:00
|
|
|
{
|
2015-09-30 14:58:30 +08:00
|
|
|
"name": "N1-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
|
|
|
|
|
|
|
"isStarterPackage": true,
|
|
|
|
"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-09-22 02:36:54 +08:00
|
|
|
"license": "Proprietary",
|
|
|
|
"engines": {
|
|
|
|
"atom": "*"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|