aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/irccloud/package.json
blob: 85db1bb3dae9f7d4e0d50bf6ecb794ad4f71b59d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "id": "irccloud",
    "name": "IRCCloud",
    "version": "1.0.2",
    "description": "IRCCloud",
    "main": "index.js",
    "author": "Alberto Murillo <albertomurillosilva@gmail.com>",
    "license": "MIT",
    "repository": "https://github.com/albertomurillo/recipe-irccloud",
    "config": {
      "serviceURL": "https://www.irccloud.com",
      "hasDirectMessages": true,
      "hasIndirectMessages": true
    }
  }