aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitlab/package.json
blob: 3c13f2532d65690fd11ccc66e0e9f2d19dd47278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "gitlab",
  "name": "GitLab",
  "version": "1.1.0",
  "description": "An unofficial Ferdi recipe for GitLab CI",
  "main": "index.js",
  "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://gitlab.com/users/sign_in",
    "hasHostedOption": true,
    "hasCustomUrl": true
  }
}