pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-02-09 16:06:52 -08:00
..
c1pjs Support for control bindings with user-defined values (eg, for Keyboard "test" button) 2016-02-02 10:21:45 -08:00
diskdump Remove package.json files for internal modules (revisit this if we ever plan to publish them) 2016-02-09 16:06:52 -08:00
filedump Remove package.json files for internal modules (revisit this if we ever plan to publish them) 2016-02-09 16:06:52 -08:00
grunts Updated Computer constants 2016-01-16 14:37:39 -08:00
htmlout Remove package.json files for internal modules (revisit this if we ever plan to publish them) 2016-02-09 16:06:52 -08:00
markout Remove package.json files for internal modules (revisit this if we ever plan to publish them) 2016-02-09 16:06:52 -08:00
pcjs Remove package.json files for internal modules (revisit this if we ever plan to publish them) 2016-02-09 16:06:52 -08:00
shared Some Jekyll tweaks for developer/debug mode 2016-02-09 14:55:16 -08:00
textout Updated Computer constants 2016-01-16 14:37:39 -08:00
README.md Fix README links 2015-07-18 17:26:41 -07:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to 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, then they will be moved to node_modules and removed from this folder.