Well, that was a bad idea (restoring package.json files for internal modules, sans outdated version numbers)

This commit is contained in:
Jeff Parsons 2016-02-09 16:12:49 -08:00
commit c3978e9859
5 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "htmlout",
"description": "Filters HTTP requests and creates default documents from HTML templates",
"main": "./lib/htmlout",
"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": {
"example": "./bin/htmlout"
}
}