/
SoRusV
/
AquaController2
Обзор
Документация
Войти
/
SoRusV
/
AquaController2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libraries/WebSockets/tests/webSocketServer/package.json
27 строк
624 B
Vteselkin
-add support libraries
29 окт 2020, 22:01
29 окт 2020, 22:01
b1654a8
Код
Авторство
О чём код?
{ "name": "webSocketServer", "version": "1.0.0", "description": "WebSocketServer for testing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets" }, "keywords": [ "esp8266", "websocket", "arduino" ], "author": "Markus Sattler", "license": "LGPLv2", "bugs": { "url": "https://github.com/Links2004/arduinoWebSockets/issues" }, "homepage": "https://github.com/Links2004/arduinoWebSockets", "dependencies": { "websocket": "^1.0.18" } }