aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/riot/package.json
blob: 818e04da87bbee955c90d35a8ef6d80f8912e553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": "riot",
  "name": "Riot",
  "version": "1.0.3",
  "description": "Decentralized and encrypted discussion & collaboration, powered by [matrix]",
  "main": "index.js",
  "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>",
  "license": "MIT",
  "repository": "https://github.com/SylvainCecchetto/recipe-riot",
  "config": {
    "serviceURL": "https://riot.im/app",
    "hasTeamID": false,
    "hasCustomUrl": true,
    "message": "Riot's default URL is http://riot.im/app/",
    "urlInputSuffix": false,
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  }
}