view src/nodejs/unit-http/package.json @ 3071:c03ad336d4c0 default tip

tests: nodejs: Added test for responses with duplicate headers Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
author skokalin <sergey.kokalin@gmail.com>
date Wed, 28 May 2025 17:50:04 +0400
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
}