aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intercom/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/intercom/package.json')
-rw-r--r--recipes/intercom/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/intercom/package.json b/recipes/intercom/package.json
new file mode 100644
index 0000000..10f2f60
--- /dev/null
+++ b/recipes/intercom/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "intercom",
3 "name": "Intercom",
4 "version": "1.0.0",
5 "description": "Adds support for Intercom",
6 "main": "index.js",
7 "author": "DJ Walker <donwalker1987@gmail.com>",
8 "license": "MIT",
9 "repository": "",
10 "config": {
11 "serviceURL": "https://app.intercom.io/",
12 "hasNotificationSound": true
13 }
14 } \ No newline at end of file