Mercurial > unit
view src/nodejs/unit-http/package.json @ 3106:dd409226f348 default tip
Add 1.35.0 CHANGES
This is autogenerated from docs/changes.xml by
$ make -C docs/ changes && mv build/CHANGES .
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
author | Andrew Clayton <a.clayton@nginx.com> |
---|---|
date | Tue, 26 Aug 2025 16:50:14 +0100 |
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 }