aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tweetdeck/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tweetdeck/package.json')
-rw-r--r--recipes/tweetdeck/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/tweetdeck/package.json b/recipes/tweetdeck/package.json
new file mode 100644
index 0000000..7580895
--- /dev/null
+++ b/recipes/tweetdeck/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "tweetdeck",
3 "name": "Tweetdeck",
4 "version": "1.0.2",
5 "description": "Tweetdeck",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://tweetdeck.twitter.com/",
11 "hasNotificationSound": true
12 }
13}