From c71bccd72c9c017ced0c5fc2b74dae71e05369df Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 24 Apr 2013 17:16:54 -0700 Subject: [PATCH] Add new Included Libs doc --- docs/packages/included_libraries.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/packages/included_libraries.md diff --git a/docs/packages/included_libraries.md b/docs/packages/included_libraries.md new file mode 100644 index 000000000..99474df86 --- /dev/null +++ b/docs/packages/included_libraries.md @@ -0,0 +1,9 @@ +# Included Libraries + +All packages can `require` the following popular libraries in their packages: + +* [SpacePen](https://github.com/nathansobo/space-pen) (as `require 'space-pen'`) +* [jQuery](http://jquery.com/) (as `require 'jquery'`) +* [Underscore](http://underscorejs.org/) (as `require 'underscore'`) + +You can get an idea of the full list by browsing Atom's _node_modules_ folder.