1{ 2 "name": "unit-http", 3 "version": "%%VERSION%%", 4 "description": "HTTP module for NGINX Unit", 5 "main": "http.js", 6 "files": [ 7 "unit.h", 8 "version.h", 9 "addon.cpp", 10 "unit.cpp", 11 "http.js", 12 "http_server.js", 13 "loader.js", 14 "loader.mjs", 15 "nxt_napi.h", 16 "package.json", 17 "socket.js", 18 "binding.gyp", 19 "README.md", 20 "websocket.js", 21 "websocket_connection.js", 22 "websocket_frame.js", 23 "websocket_request.js", 24 "websocket_router.js", 25 "websocket_router_request.js", 26 "websocket_server.js" 27 ], 28 "scripts": { 29 "clean": "node-gyp clean", 30 "configure": "node-gyp configure", 31 "build": "node-gyp build", 32 "install": "node-gyp configure build" 33 }, 34 "author": "Alexander Borisov", 35 "license": "Apache-2.0", 36 "gypfile": true 37} 38