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 "nxt_napi.h", 14 "package.json", 15 "socket.js", 16 "binding.gyp", 17 "README.md", 18 "websocket.js", 19 "websocket_connection.js", 20 "websocket_frame.js", 21 "websocket_request.js", 22 "websocket_router.js", 23 "websocket_router_request.js", 24 "websocket_server.js" 25 ], 26 "scripts": { 27 "clean": "node-gyp clean", 28 "configure": "node-gyp configure", 29 "build": "node-gyp build", 30 "install": "node-gyp configure build" 31 }, 32 "author": "Alexander Borisov", 33 "license": "Apache-2.0", 34 "gypfile": true 35} 36