Mailspring/examples/N1-Composer-Translate/package.json
2015-09-29 09:44:30 -07:00

22 lines
452 B
JSON
Executable file

{
"name": "translate",
"version": "0.2.0",
"main": "./lib/main",
"description": "An example package for N1 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"
}
}