aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/package.json
diff options
context:
space:
mode:
authorLibravatar David Kennedy Souza Araújo <daviduser.guj@gmail.com>2022-08-06 09:50:24 -0300
committerLibravatar GitHub <noreply@github.com>2022-08-06 12:50:24 +0000
commit7e4b67b0af03ccfc22a6fef60a79b83956511369 (patch)
tree702095f38689cc8086c980694de5881abbfca46b /recipes/grammarly/package.json
parentUpgrade 'nodejs' to '16.16.0' (diff)
downloadferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.tar.gz
ferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.tar.zst
ferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.zip
Add Grammarly recipe (#140)
Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com>
Diffstat (limited to 'recipes/grammarly/package.json')
-rw-r--r--recipes/grammarly/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/grammarly/package.json b/recipes/grammarly/package.json
new file mode 100644
index 0000000..ee2d3b4
--- /dev/null
+++ b/recipes/grammarly/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "grammarly",
3 "name": "Grammarly",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.grammarly.com/"
8 }
9}