diff --git a/config.yaml b/config.yaml index 9df78a1..a42a227 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/scripts/db.json b/scripts/db.json index e4ae471..914b00d 100644 --- a/scripts/db.json +++ b/scripts/db.json @@ -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" @@ -81,4 +85,4 @@ "node": "0.8" } } -} \ No newline at end of file +}