pcjs/my_modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-11-07 12:10:47 -08:00
..
c1pjs-client Fixed Closure compiler warning. 2014-11-06 19:42:14 +01:00
diskdump Added a few more interesting Compaq disk images 2014-11-03 18:13:38 -08:00
filedump PC-DOS 7.00 SETUP is making progress, but XDF support is still lacking 2014-10-22 00:37:31 -05:00
grunts Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -08:00
htmlout Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -08:00
markout Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit 2014-11-03 00:11:41 -08:00
pcjs-client Improved handling of multi-scancode sequences 2014-11-07 12:10:47 -08:00
shared Starting work on 1.15.9: keyboard cleanup in progress 2014-11-05 15:01:24 -08:00
README.md Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -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.