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": [
7802Salexander.borisov@nginx.com        "addon.cpp",
8802Salexander.borisov@nginx.com        "binding.gyp",
9802Salexander.borisov@nginx.com        "http_server.js",
10802Salexander.borisov@nginx.com        "http.js",
11802Salexander.borisov@nginx.com        "package.json",
12802Salexander.borisov@nginx.com        "socket.js",
13802Salexander.borisov@nginx.com        "unit.cpp",
14802Salexander.borisov@nginx.com        "unit.h",
15802Salexander.borisov@nginx.com        "README.md"
16802Salexander.borisov@nginx.com    ],
17802Salexander.borisov@nginx.com    "scripts": {
18802Salexander.borisov@nginx.com        "clean": "node-gyp clean",
19802Salexander.borisov@nginx.com        "configure": "node-gyp configure",
20802Salexander.borisov@nginx.com        "build": "node-gyp build",
21802Salexander.borisov@nginx.com        "install": "node-gyp configure build"
22802Salexander.borisov@nginx.com    },
23802Salexander.borisov@nginx.com    "author": "Alexander Borisov",
24*816Salexander.borisov@nginx.com    "license": "Apache-2.0",
25802Salexander.borisov@nginx.com    "gypfile": true,
26802Salexander.borisov@nginx.com    "dependencies": {
27802Salexander.borisov@nginx.com        "node-addon-api": "1.2.0"
28802Salexander.borisov@nginx.com    }
29802Salexander.borisov@nginx.com}
30