{ "name": "uws", "version": "9.148.0", "scripts": { "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0" }, "main": "uws.js", "description": "Tiny WebSockets", "engines": { "node": ">=4" }, "keywords": [ "tiny", "websockets" ], "homepage": "https://github.com/uNetworking/uWebSockets", "license": "Zlib", "author": "Alex Hultman (https://github.com/alexhultman)", "repository": { "type": "git", "url": "https://github.com/uNetworking/uWebSockets.git" } }