aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-carnet/package.json
blob: 2513cc79f5c9ce4d04e7cfa77e03612c3ffcd5a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nextcloud-carnet",
  "name": "Carnet (Nextcloud)",
  "version": "1.0.0",
  "description": "Ferdi recipe for Carnet (hosted on Nextcloud). Carnet is a complete and rich note taking app.",
  "main": "index.js",
  "author": "Edgars Andersons <Edgars+GitHub@gaitenis.id.lv>",
  "license": "MIT",
  "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud-carnet",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true,
    "serviceURL": "https://{nextcloud}/apps/carnet/"
  }
}