Well, that was a bad idea (restoring package.json files for internal modules, sans outdated version numbers)

This commit is contained in:
Jeff Parsons 2016-02-09 16:12:49 -08:00
commit c3978e9859
5 changed files with 86 additions and 0 deletions

14
modules/pcjs/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "PCjs",
"description": "IBM PC Emulator",
"author": "Jeff Parsons <Jeff@pcjs.org>",
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bin": {
"example": "./bin/pcjs"
}
}