pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons 7b160f296b Fixed #18
2015-01-07 20:48:25 -08:00
..
c1pjs v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
diskdump v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
filedump v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
grunts v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
htmlout More BACKTRACK tweaks (no effect on compiled releases) 2014-12-30 17:32:18 -08:00
markout v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
pcjs Revert to a more conservative approach when mapping key events to scan codes 2015-01-06 23:42:51 -08:00
shared Fixed #18 2015-01-07 20:48:25 -08:00
README.md my_modules is simply modules now 2014-11-11 08:19:48 -08: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.