Two more placeholder package.json files

This commit is contained in:
Jeff Parsons 2016-02-09 16:16:43 -08:00
commit ee8dd23594
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"name": "C1Pjs",
"description": "Challenger 1P Emulator",
"author": "Jeff Parsons <Jeff@pcjs.org>",
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
]
}

View file

@ -0,0 +1,18 @@
{
"name": "textout",
"description": "Miscellaneous text (eg, assembly language) file transformations",
"main": "./lib/textout",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
},
"author": "Jeff Parsons <Jeff@pcjs.org>",
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bin": {
"textout": "./bin/textout"
}
}