forked from repo-utils/badgeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
50 lines (44 loc) · 1.38 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
# organization name, it's used to get github repo url, also in page title
name: fs-utils
# badge style, can be "flat", "flat-square" or ""
# see http://shields.io/ for details
badge_style: flat-square
# meta headers in html
title: FS Utilities
description: require('fs') utilities
keywords:
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- rimraf-then
- mkdirp-then
- name: fs-cp
repo: fs-utils/cp
- name: fs-symlink
repo: fs-utils/symlink
- file-watch
- name: fs-reap
repo: fs-utils/reap
- fs-lru-cache
- temp-path
- fs-readdir-recursive
# list of maintainers, this won't be sorted
maintainers:
- name: Jonathan Ong
github: jonathanong
npm: jongleberry
twitter: jongleberry
gittip: jonathanong
email: [email protected]
# if gravatar is attached to an email different from specified above,
# add md5 of it here:
avatar: 6e33cc0412b61cc01daac23c8989003c
# 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