aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/mastodon/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/mastodon/package.json')
-rw-r--r--uncompressed/mastodon/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/uncompressed/mastodon/package.json b/uncompressed/mastodon/package.json
deleted file mode 100644
index 84a17e8..0000000
--- a/uncompressed/mastodon/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
1{
2 "id": "mastodon",
3 "name": "Mastodon",
4 "version": "1.0.1",
5 "description": "Mastodon recipe for Franz 5 or later",
6 "main": "index.js",
7 "author": "sharkpp <webmaster@sharkpp.net>",
8 "license": "MIT",
9 "repository": "https://github.com/sharkpp/franz-recipe-mastodon",
10 "config": {
11 "serviceURL": "https://{teamId}",
12 "hasTeamId": true,
13 "hasNotificationSound": true,
14 "hasIndirectMessages": false,
15 "message": "Please enter the instance address of Mastodon in the team name input box."
16 }
17}