blob: 90624f8bf40194b728de5c91a4911aed9eafd482 [file] [log] [blame]
{
"name": "translator-spell",
"description" : "Translate langauges using Google API (examaple)",
"version": "1.0.0",
"main": "index",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"whatwg-fetch": "^2.0.1",
"zeppelin-spell": "*"
},
"spell": {
"magic": "%translator",
"usage": "%translator <source>-<target> <access-key> <TEXT>"
}
}