{
"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",
"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
}