mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
460 B
460 B
{{{ "title": "Creating Packages" }}}
Included Libraries
In addition to core node.js modules, all packages can require the following popular
libraries into their packages:
- SpacePen (as
require 'space-pen') - jQuery (as
require 'jquery') - Underscore (as
require 'underscore')
Additional libraries can be found by browsing Atom's node_modules folder.