aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wechat/package.json
blob: 85ad7e9e11ed15c65e6a0102bb069168f2cb0534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "wechat",
  "name": "WeChat",
  "version": "1.0.1",
  "description": "Instant messaging",
  "main": "index.js",
  "author": "Koma",
  "license": "MIT",
  "repository": "https://github.com/koma-private/recipe-wechat",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "serviceURL": "https://web.wechat.com/"
  }
}