forked from repo-utils/badgeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
56 lines (49 loc) · 1.61 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
# organization name, it's used to get github repo url, also in page title
name: totorojs
# badge style, can be "flat", "flat-square" or ""
# see http://shields.io/ for details
badge_style: flat-square
# meta headers in html
title: totorojs
description: project status at a glance
keywords: totorojs, unittest, test
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- totoro-server
- totoro
- totoro-phantomjs-driver
- totoro-driver
- browsers
- totoro-log-analyse
- totoro-common
- totoro-logger
# list of maintainers, this won't be sorted
maintainers:
- name: fengmk2
github: fengmk2 # github account, required: we link to it
npm: fengmk2 # npm account, required to determine lead maintainer
twitter: fengmk2 # twitter account, optional
gittip: fengmk2 # gittub badge, optional
email: [email protected]
- name: fool2fish
github: fool2fish
npm: fool2fish
twitter: fool2fish
gittip: fool2fish
email: [email protected]
- name: kangpangpang
github: leoner
npm: kangpangpang
twitter: kangpangpang
gittip: kangpangpang
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