aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intercom/package.json
blob: 10f2f603b3a86cb7f07b34826d6c076e3867b636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "intercom",
    "name": "Intercom",
    "version": "1.0.0",
    "description": "Adds support for Intercom",
    "main": "index.js",
    "author": "DJ Walker <donwalker1987@gmail.com>",
    "license": "MIT",
    "repository": "",
    "config": {
      "serviceURL": "https://app.intercom.io/",
      "hasNotificationSound": true
    }
  }