Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
/ badgeboard Public archive
forked from repo-utils/badgeboard
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords: express
# list of projects, this will be sorted by name;
# every package is either string or object
projects:
- express
- cookie-session
- compression
- serve-index
Expand Down
6 changes: 5 additions & 1 deletion scripts/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
}
},
"projects": {
"express": {
"description": "Fast, unopinionated, minimalist web framework",
"node": "0.10"
},
"body-parser": {
"description": "Node.js body parsing middleware",
"node": "0.8"
Expand Down Expand Up @@ -81,4 +85,4 @@
"node": "0.8"
}
}
}
}