1*802Salexander.borisov@nginx.com{
2*802Salexander.borisov@nginx.com    "name": "unit-http",
3*802Salexander.borisov@nginx.com    "version": "1.0.0",
4*802Salexander.borisov@nginx.com    "description": "HTTP module for NGINX Unit",
5*802Salexander.borisov@nginx.com    "main": "http.js",
6*802Salexander.borisov@nginx.com    "files": [
7*802Salexander.borisov@nginx.com        "addon.cpp",
8*802Salexander.borisov@nginx.com        "binding.gyp",
9*802Salexander.borisov@nginx.com        "http_server.js",
10*802Salexander.borisov@nginx.com        "http.js",
11*802Salexander.borisov@nginx.com        "package.json",
12*802Salexander.borisov@nginx.com        "socket.js",
13*802Salexander.borisov@nginx.com        "unit.cpp",
14*802Salexander.borisov@nginx.com        "unit.h",
15*802Salexander.borisov@nginx.com        "README.md"
16*802Salexander.borisov@nginx.com    ],
17*802Salexander.borisov@nginx.com    "scripts": {
18*802Salexander.borisov@nginx.com        "clean": "node-gyp clean",
19*802Salexander.borisov@nginx.com        "configure": "node-gyp configure",
20*802Salexander.borisov@nginx.com        "build": "node-gyp build",
21*802Salexander.borisov@nginx.com        "install": "node-gyp configure build"
22*802Salexander.borisov@nginx.com    },
23*802Salexander.borisov@nginx.com    "author": "Alexander Borisov",
24*802Salexander.borisov@nginx.com    "license": "Apache 2.0",
25*802Salexander.borisov@nginx.com    "gypfile": true,
26*802Salexander.borisov@nginx.com    "dependencies": {
27*802Salexander.borisov@nginx.com        "node-addon-api": "1.2.0"
28*802Salexander.borisov@nginx.com    }
29*802Salexander.borisov@nginx.com}
30