view src/nodejs/unit-http/package.json @ 3114:c8696ed5ce88 default tip

Update README.md for archiving Archiving NGINX Unit repository. Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
author Dave McAllister <d.mcallister@f5.com>
date Mon, 06 Oct 2025 14:25:50 -0700
parents 7158c417a711
children
line wrap: on
line source

{
    "name": "unit-http",
    "version": "%%VERSION%%",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "scripts": {
        "clean": "node-gyp clean",
        "configure": "node-gyp configure",
        "build": "node-gyp build",
        "install": "node-gyp configure build"
    },
    "author": "Alexander Borisov",
    "license": "Apache-2.0",
    "gypfile": true
}