36 lines
871 B
JSON
36 lines
871 B
JSON
{
|
|
"name": "unit-http",
|
|
"version": "1.0.0",
|
|
"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
|
|
}
|