1802Salexander.borisov@nginx.com{
2802Salexander.borisov@nginx.com    "name": "unit-http",
3802Salexander.borisov@nginx.com    "version": "1.0.0",
4802Salexander.borisov@nginx.com    "description": "HTTP module for NGINX Unit",
5802Salexander.borisov@nginx.com    "main": "http.js",
6802Salexander.borisov@nginx.com    "files": [
7878Salexander.borisov@nginx.com        "unit.h",
8878Salexander.borisov@nginx.com        "version.h",
9802Salexander.borisov@nginx.com        "addon.cpp",
10878Salexander.borisov@nginx.com        "unit.cpp",
11878Salexander.borisov@nginx.com        "http.js",
12802Salexander.borisov@nginx.com        "http_server.js",
131080Smax.romanov@nginx.com        "nxt_napi.h",
14802Salexander.borisov@nginx.com        "package.json",
15802Salexander.borisov@nginx.com        "socket.js",
16878Salexander.borisov@nginx.com        "binding.gyp",
17*1132Smax.romanov@nginx.com        "README.md",
18*1132Smax.romanov@nginx.com        "websocket.js",
19*1132Smax.romanov@nginx.com        "websocket_connection.js",
20*1132Smax.romanov@nginx.com        "websocket_frame.js",
21*1132Smax.romanov@nginx.com        "websocket_request.js",
22*1132Smax.romanov@nginx.com        "websocket_router.js",
23*1132Smax.romanov@nginx.com        "websocket_router_request.js",
24*1132Smax.romanov@nginx.com        "websocket_server.js"
25802Salexander.borisov@nginx.com    ],
26802Salexander.borisov@nginx.com    "scripts": {
27802Salexander.borisov@nginx.com        "clean": "node-gyp clean",
28802Salexander.borisov@nginx.com        "configure": "node-gyp configure",
29802Salexander.borisov@nginx.com        "build": "node-gyp build",
30802Salexander.borisov@nginx.com        "install": "node-gyp configure build"
31802Salexander.borisov@nginx.com    },
32802Salexander.borisov@nginx.com    "author": "Alexander Borisov",
33816Salexander.borisov@nginx.com    "license": "Apache-2.0",
34868Svbart@nginx.com    "gypfile": true
35802Salexander.borisov@nginx.com}
36