summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
blob: 6a6c00b4f28c2782f472998aa072ddfc56e77de6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "unit-http",
    "version": "1.0.0",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "files": [
        "unit.h",
        "version.h",
        "addon.cpp",
        "unit.cpp",
        "http.js",
        "http_server.js",
        "nxt_napi.h",
        "package.json",
        "socket.js",
        "binding.gyp",
        "README.md"
    ],
    "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
}