pcjs/modules/pcjs/package.json
2015-03-31 17:23:18 -07:00

15 lines
276 B
JSON

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