aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamwork-projects/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/teamwork-projects/package.json')
-rw-r--r--recipes/teamwork-projects/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/teamwork-projects/package.json b/recipes/teamwork-projects/package.json
index a3696da..c18024f 100644
--- a/recipes/teamwork-projects/package.json
+++ b/recipes/teamwork-projects/package.json
@@ -1,16 +1,12 @@
1{ 1{
2 "id": "teamwork-projects", 2 "id": "teamwork-projects",
3 "name": "Teamwork Projects", 3 "name": "Teamwork Projects",
4 "version": "0.1.1", 4 "version": "0.1.2",
5 "description": "Project management SaaS",
6 "main": "index.js",
7 "author": "Retzudo <https://github.com/Retzudo/>, Ported by Koma <https://github.com/koma-private/>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://{teamId}.teamwork.com/", 7 "serviceURL": "https://{teamId}.teamwork.com/",
11 "hasNotificationSound": true, 8 "hasNotificationSound": true,
12 "urlInputSuffix": ".teamwork.com", 9 "urlInputSuffix": ".teamwork.com",
13 "hasIndirectMessages": false,
14 "hasTeamId": true 10 "hasTeamId": true
15 } 11 }
16} 12}