forked from repo-utils/badgeboard
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
83 lines (72 loc) · 2.12 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# organization name, it's used to get github repo url, also in page title
name: expressjs
# badge style, can be "flat" or ""
# see https://badgen.net/ for details
badge_style: flat
# meta headers in html
title: ExpressJS
description: Node/Express utilities and middleware
keywords: express
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- cookie-session
- compression
- serve-index
- errorhandler
- body-parser
- serve-favicon
- csurf
- morgan
- serve-static
- method-override
- multer
- response-time
- flash
- session:
npm: express-session
- vhost
# 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]
- name: Linus Unnebäck
github: LinusU
npm: linusu
twitter: LinusU
email: [email protected]
- name: Wes Todd
github: wesleytodd
npm: wesleytodd
twitter: wesleytodd
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