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",
13*1080Smax.romanov@nginx.com        "nxt_napi.h",
14802Salexander.borisov@nginx.com        "package.json",
15802Salexander.borisov@nginx.com        "socket.js",
16878Salexander.borisov@nginx.com        "binding.gyp",
17802Salexander.borisov@nginx.com        "README.md"
18802Salexander.borisov@nginx.com    ],
19802Salexander.borisov@nginx.com    "scripts": {
20802Salexander.borisov@nginx.com        "clean": "node-gyp clean",
21802Salexander.borisov@nginx.com        "configure": "node-gyp configure",
22802Salexander.borisov@nginx.com        "build": "node-gyp build",
23802Salexander.borisov@nginx.com        "install": "node-gyp configure build"
24802Salexander.borisov@nginx.com    },
25802Salexander.borisov@nginx.com    "author": "Alexander Borisov",
26816Salexander.borisov@nginx.com    "license": "Apache-2.0",
27868Svbart@nginx.com    "gypfile": true
28802Salexander.borisov@nginx.com}
29