From 71eed20519c112671218d6e7e1038df7aa60bf62 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Jul 2014 11:59:30 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dfad5dd..e2b10c1 100644 --- a/readme.md +++ b/readme.md @@ -126,6 +126,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [gulp.js](http://gulpjs.com) - Streaming and fast build system that favors code over config. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc. - [Broccoli](https://github.com/broccolijs/broccoli) - A fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions. +- [browserify](https://github.com/substack/node-browserify) - Browser-side require() the Node.js way. ### Templating @@ -350,7 +351,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [opn](https://github.com/sindresorhus/opn) - Opens stuff like websites, files, executables. - [semver](https://github.com/isaacs/node-semver) - [semver](http://semver.org) parser. - [cheerio](https://github.com/cheeriojs/cheerio) - Fast, flexible, and lean implementation of core jQuery designed specifically for the server. -- [browserify](https://github.com/substack/node-browserify) - Browser-side require() the Node.js way. - [require-uncached](https://github.com/sindresorhus/require-uncached) - Require a module bypassing the cache. - [Faker.js](https://github.com/Marak/Faker.js) - Generate massive amounts of fake data.