21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"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": {
|
|
"htmlout": "./bin/htmlout"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": "^0.3.5"
|
|
}
|
|
}
|