pcjs/modules/textout/package.json
2016-02-09 16:16:43 -08:00

18 lines
412 B
JSON

{
"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"
}
}