Well, that was a bad idea (restoring package.json files for internal modules, sans outdated version numbers)
This commit is contained in:
parent
4315fb8dd3
commit
c3978e9859
5 changed files with 86 additions and 0 deletions
18
modules/htmlout/package.json
Normal file
18
modules/htmlout/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue