aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devRant/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/devRant/package.json')
-rw-r--r--recipes/devRant/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/devRant/package.json b/recipes/devRant/package.json
new file mode 100644
index 0000000..4aa3517
--- /dev/null
+++ b/recipes/devRant/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "devRant",
3 "name": "devRant",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/emamut/recipe-devrant",
7 "config": {
8 "serviceURL": "https://devrant.com/",
9 "hasNotificationSound": true
10 }
11}