package.json 624 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "webSocketServer",
  3. "version": "1.0.0",
  4. "description": "WebSocketServer for testing",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/Links2004/arduinoWebSockets"
  12. },
  13. "keywords": [
  14. "esp8266",
  15. "websocket",
  16. "arduino"
  17. ],
  18. "author": "Markus Sattler",
  19. "license": "LGPLv2",
  20. "bugs": {
  21. "url": "https://github.com/Links2004/arduinoWebSockets/issues"
  22. },
  23. "homepage": "https://github.com/Links2004/arduinoWebSockets",
  24. "dependencies": {
  25. "websocket": "^1.0.18"
  26. }
  27. }