aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/chatwork/package.json
blob: cc7e14ba6be1092cdd3b6ed5ec868ce5fd9fdd34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "chatwork",
  "name": "ChatWork",
  "version": "1.0.3",
  "description": "ChatWork is a group chat app for business.",
  "main": "index.js",
  "author": "Koma, hideosasaki",
  "license": "MIT",
  "repository": "https://github.com/hideosasaki/recipe-chatwork",
  "config": {
    "serviceURL": "https://www.chatwork.com/login.php",
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  },
  "openDevTools": true
}