From e818e46f09a5411c47f8e57d55e4181253950c45 Mon Sep 17 00:00:00 2001 From: chencheng Date: Thu, 3 Jul 2014 23:43:43 +0800 Subject: [PATCH] add yepnope.js --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a55d3..47dcc43 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny th * [Bower](https://github.com/bower/bower) - A package manager for the web. * [component](https://github.com/component/component) - Client package management for building better web applications. * [spm](https://github.com/spmjs/spm) - Brand new static package manger. -* [jam](https://github.com/caolan/jam) - A package manager using a browser-focused and RequireJS compatible repository. * [browserify](https://github.com/substack/node-browserify) - Browser-side require() the node.js way. +* [jam](https://github.com/caolan/jam) - A package manager using a browser-focused and RequireJS compatible repository. +* [yepnope.js](https://github.com/SlexAxton/yepnope.js) - An Asynchronous Conditional Resource Loader. * [jspm](https://github.com/jspm/jspm-cli) - Frictionless browser package management. * [Ender](https://github.com/ender-js/Ender) - The no-library library. * [volo](https://github.com/volojs/volo) - Create front end projects from templates, add dependencies, and automate the resulting projects.