summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
blob: debbd492cf210d3def1c71002e07f1b9873a9dcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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
}