aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/harvest/package.json')
-rw-r--r--recipes/harvest/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/harvest/package.json b/recipes/harvest/package.json
new file mode 100644
index 0000000..74d7606
--- /dev/null
+++ b/recipes/harvest/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "harvest",
3 "name": "Harvest",
4 "version": "1.0.0",
5 "description": "A recipe to integrate Harvest with Franz.app.",
6 "main": "index.js",
7 "author": "Jonathan Simcoe <jonathan@postpost.design>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.harvestapp.com",
11 "openDevTools": true,
12 "hasTeamId": true,
13 "urlInputSuffix": ".harvestapp.com"
14 }
15} \ No newline at end of file