pcjs/modules/README.md
2014-11-11 08:19:48 -08:00

8 lines
452 B
Markdown

PCjs Node Modules
===
This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to
[node_modules](../node_modules/), where all the *public* Node modules are installed.
Only private Node modules are checked into this project. If any of these modules are later published on
[npmjs.org](http://npmjs.org), then they will be moved to [node_modules](../node_modules/) and removed from this folder.