Two more placeholder package.json files
This commit is contained in:
parent
c3978e9859
commit
ee8dd23594
2 changed files with 29 additions and 0 deletions
11
modules/c1pjs/package.json
Normal file
11
modules/c1pjs/package.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
modules/textout/package.json
Normal file
18
modules/textout/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue