aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/noisli/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/noisli/package.json')
-rwxr-xr-xrecipes/noisli/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/noisli/package.json b/recipes/noisli/package.json
new file mode 100755
index 0000000..406e4cf
--- /dev/null
+++ b/recipes/noisli/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "noisli",
3 "name": "Noisli",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for Noisli",
6 "main": "index.js",
7 "author": "Andres Ussa <andrsussa@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.noisli.com/login",
11 "hasNotificationSound": false
12 }
13}