summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
blob: f0afe41cd5652dfc5dcbc61437b40a6796a9ac01 (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
29
30
31
32
33
34
35
36
37
{
    "name": "unit-http",
    "version": "%%VERSION%%",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "files": [
        "unit.h",
        "version.h",
        "addon.cpp",
        "unit.cpp",
        "http.js",
        "http_server.js",
        "loader.js",
        "loader.mjs",
        "nxt_napi.h",
        "package.json",
        "socket.js",
        "binding.gyp",
        "README.md",
        "websocket.js",
        "websocket_connection.js",
        "websocket_frame.js",
        "websocket_request.js",
        "websocket_router.js",
        "websocket_router_request.js",
        "websocket_server.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
}