aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notion/package.json
blob: c4243b3ab9f6a0df5fd9331d58e33cc76e09b349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "notion",
  "name": "Notion",
  "version": "1.0.2",
  "description": "Notion",
  "main": "index.js",
  "author": "Tania R. Zuniga <tania@tanx.dev>",
  "license": "MIT",
  "repository": "https://github.com/TanZng/ferdi-notion",
  "config": {
    "serviceURL": "https://www.notion.so/",
    "hasIndirectMessages": true,
    "hasNotificationSound": true
  }
}