aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wrike/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wrike/package.json')
-rw-r--r--recipes/wrike/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/wrike/package.json b/recipes/wrike/package.json
new file mode 100644
index 0000000..7b61255
--- /dev/null
+++ b/recipes/wrike/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "wrike",
3 "name": "Wrike",
4 "version": "1.0.1",
5 "description": "Project management SaaS",
6 "main": "index.js",
7 "author": "Koma",
8 "license": "MIT",
9 "repository": "https://github.com/koma-private/recipe-wrike",
10 "config": {
11 "serviceURL": "https://www.wrike.com/login/"
12 }
13}