first working WebSocketClient
add LGPLv2.1
This commit is contained in:
27
tests/webSocketServer/package.json
Normal file
27
tests/webSocketServer/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user