aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-translate/package.json
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-28 13:04:04 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-28 16:34:04 +0530
commitcd082f103b8b401ca23dc89aaa3c15f6f077c889 (patch)
tree3960bf373302dcb22d1454767f79f904ef48679e /recipes/google-translate/package.json
parentNew recipe: tinder (#641) (diff)
downloadferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.tar.gz
ferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.tar.zst
ferdium-recipes-cd082f103b8b401ca23dc89aaa3c15f6f077c889.zip
New recipe: google-translate (#642)
Co-authored-by: oda-alexandre <oda-alexandre31@gmail.com> Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/google-translate/package.json')
-rw-r--r--recipes/google-translate/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/google-translate/package.json b/recipes/google-translate/package.json
new file mode 100644
index 0000000..7e7f272
--- /dev/null
+++ b/recipes/google-translate/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "google-translate",
3 "name": "Google Translate",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://translate.google.com"
8 }
9}