xref: /unit/src/nodejs/unit-http/package.json (revision 1900:fddbb9e83314)
1{
2    "name": "unit-http",
3    "version": "%%VERSION%%",
4    "description": "HTTP module for NGINX Unit",
5    "main": "http.js",
6    "scripts": {
7        "clean": "node-gyp clean",
8        "configure": "node-gyp configure",
9        "build": "node-gyp build",
10        "install": "node-gyp configure build"
11    },
12    "author": "Alexander Borisov",
13    "license": "Apache-2.0",
14    "gypfile": true
15}
16