From 728d339739b63e9bb59e457e4a84fe9a65b93fc9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 28 Sep 2019 12:10:25 +0200 Subject: Add uncompressed recipes --- uncompressed/hipchat/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 uncompressed/hipchat/package.json (limited to 'uncompressed/hipchat/package.json') diff --git a/uncompressed/hipchat/package.json b/uncompressed/hipchat/package.json new file mode 100644 index 0000000..08f5876 --- /dev/null +++ b/uncompressed/hipchat/package.json @@ -0,0 +1,18 @@ +{ + "id": "hipchat", + "name": "HipChat", + "version": "1.0.1", + "description": "HipChat", + "main": "index.js", + "author": "Stefan Malzner ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamId}.hipchat.com/chat", + "hasNotificationSound": true, + "hasDirectMessages": true, + "hasIndirectMessages": true, + "hasTeamId": true, + "hasCustomUrl": true, + "urlInputSuffix": ".hipchat.com" + } +} -- cgit v1.2.3-54-g00ecf