Explicitly mention node.js core modules

This commit is contained in:
Garen Torikian & Nathan Sobo
2013-05-08 15:07:38 -07:00
parent 7714c35829
commit 1300955c13

View File

@@ -1,9 +1,10 @@
# Included Libraries
All packages can `require` the following popular libraries in their packages:
In addition to core node.js modules, all packages can `require` the following popular
libraries into 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.
Additional libraries can be found by browsing Atom's _node_modules_ folder.