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.