File: /var/dev/nowruzgan/rest/node_modules/uws/package.json
{
"name": "uws",
"version": "9.14.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/uWebSockets/uWebSockets",
"license": "Zlib",
"author": "Alex Hultman <alexhultman@gmail.com> (https://github.com/alexhultman)",
"repository": {
"type": "git",
"url": "https://github.com/uWebSockets/uWebSockets.git"
}
}