view src/nodejs/unit-http/package.json @ 2814:09663d9a9544 default tip

Add unitctl quickstart to README.md
author Danielle De Leo <d.deleo@f5.com>
date Wed, 15 May 2024 17:58:50 -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
}