aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/riot/package.json
blob: 8f7f08e45be69469e7391bb5d8741666bf4fb761 (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.2",
  "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
  }
}