mirror of
https://github.com/atom/atom.git
synced 2026-02-02 18:55:17 -05:00
422 B
422 B
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.