diff --git a/README.md b/README.md index f273f3d..ed09301 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,24 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny things. * [Awesome JavaScript](#awesome-javascript) + * [Package Managers](#package-managers) * [Loaders](#loaders) * [Spinners](#spinners) - * [Package Managers](#package-managers) + + +## Package Managers + +*Host the javascript libraries and provide tools for fetching and packaging them.* + +* [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. +* [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. + ## Loaders