From 62977c39c8f64e75fbbd555d861c5b7864350fdb Mon Sep 17 00:00:00 2001 From: chencheng Date: Wed, 6 Aug 2014 00:00:23 +0800 Subject: [PATCH] add systemjs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 075b760..8fae2bc 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [curl](https://github.com/cujojs/curl) - A small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts. * [lazyload](https://github.com/rgrove/lazyload/) - Tiny, dependency-free async JavaScript and CSS loader. * [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager. +* [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader. ## Testing Frameworks