Files
EMS-ESP32/tools/wsemulator/package.json
2019-08-02 09:26:13 +02:00

15 lines
297 B
JSON

{
"name": "wsemulator",
"version": "0.0.1",
"description": "Emulate websocket communication ",
"main": "wserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "proddy",
"license": "UNLICENSED",
"dependencies": {
"ws": "^4.1.0"
}
}