-
Notifications
You must be signed in to change notification settings - Fork 53
/
config.yaml
60 lines (51 loc) · 1.78 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# organization name, it's used to get github repo url, also in page title
name: jshttp
# badge style, can be "flat" or ""
# see https://badgen.net/ for details
badge_style: flat
# meta headers in html
title: BadgeBoard
description: project status at a glance
keywords: badgeboard, repo-utils
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- on-headers
- on-finished
- vary
- mime-db:
node: 0.6 # you can override stuff from db.json here, i.e. node version
# list of maintainers, this won't be sorted
maintainers:
- name: Doug Wilson
github: dougwilson # github account, required: we link to it
npm: dougwilson # npm account, required to determine lead maintainer
twitter: blipsofadoug # twitter account, optional
email: [email protected]
- name: Jonathan Ong
github: jonathanong
npm: jongleberry
twitter: jongleberry
email: [email protected]
# if gravatar is attached to an email different from specified above,
# add md5 of it here:
avatar: 6e33cc0412b61cc01daac23c8989003c
- name: Jeremiah Senkpiel
github: fishrock123
npm: fishrock123
twitter: fishrock123
email: [email protected]
- name: Alex Kocharin
github: rlidwka
npm: rlidwka
twitter: rlidwka
email: [email protected]
# this determines what info will be fetched with `make db`;
# you can comment out stuff to reduce number of http requests
db.json:
projects:
- node # node version, it's the lowest version from .travis.yml
- description # package description from package.json (from npm registry)
- maintainer # maintainer npm account (= _npmUser of last published ver)
maintainers:
- packages # amount of packages this npm user has