pcjs/my_modules/pcjs-client/package.json

15 lines
276 B
JSON

{
"name": "PCjs",
"version": "1.13.2",
"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"
}
}