aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/groupme/package.json
blob: 876b9076dd55229e5d54bf8e92c98c99dd8dd801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "groupme",
  "name": "GroupMe",
  "version": "1.0.1",
  "description": "GroupMe",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://web.groupme.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true
  }
}