aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/airtable/package.json
blob: ed9c9a78e6c10abeabec27ec6b3f3e455b668cac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "airtable",
  "name": "Airtable",
  "version": "1.0.2",
  "description": "Airtable",
  "main": "index.js",
  "author": "Casey Sparks <caseyalexsparks@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/transnat/recipe-airtable",
  "config": {
    "serviceURL": "https://airtable.com",
    "hasTeamId": false,
    "hasCustomUrl": false,
    "hasNotificationSound": false,
    "hasIndirectMessages": false
  }
}