aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pleroma/package.json
blob: 31fa06f14419d9db424438277eb89ac9e3322b41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "pleroma",
  "name": "Pleroma",
  "version": "1.0.0",
  "description": "Pleroma — a lightweight fediverse server",
  "main": "index.js",
  "author": "Ferdi <hello@getferdi.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "",
    "serviceName": "Pleroma",
    "hasCustomUrl": true
  }
}