From 02ff1da80d4b01eb1bab8526cc52e2b78343d938 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Sep 2015 12:32:49 +0700 Subject: [PATCH] remove `Package Manager` category --- readme.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/readme.md b/readme.md index 76a7c65..811be3d 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Process management](#process-management) - [Automation](#automation) - [AST](#ast) -- [Package managers](#package-managers) - [Static site generators](#static-site-generators) - [Content management systems](#content-management-systems) - [Forum](#forum) @@ -573,14 +572,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Rocambole](https://github.com/millermedeiros/rocambole) - Recursively walk and transform JavaScript AST. -### Package managers - -- [npm](https://github.com/npm/npm/) - A package manager for Node.js and the web. -- [jspm.io](http://jspm.io) - Frictionless browser package management with support for ES2015, CommonJS, AMD modules. -- [Duo](http://duojs.org) - A next-generation package manager for the front-end. -- [Bower](http://bower.io) - A package manager for the web. - - ### Static site generators - [Metalsmith](http://www.metalsmith.io) - An extremely simple, pluggable static site generator.