FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"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 <alexhultman@gmail.com> (https://github.com/alexhultman)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uNetworking/uWebSockets.git"
|
|
}
|
|
}
|