aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamwork-projects/package.json
blob: a3696da7cef29eeaef7c7824cd535aec35097ccd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "teamwork-projects",
  "name": "Teamwork Projects",
  "version": "0.1.1",
  "description": "Project management SaaS",
  "main": "index.js",
  "author": "Retzudo <https://github.com/Retzudo/>, Ported by Koma <https://github.com/koma-private/>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.teamwork.com/",
    "hasNotificationSound": true,
    "urlInputSuffix": ".teamwork.com",
    "hasIndirectMessages": false,
    "hasTeamId": true
  }
}