r3-websocket/package.json

11 lines
282 B
JSON
Raw Normal View History

2018-08-20 17:26:45 +02:00
{
"name": "r3-websocket",
2018-11-18 10:02:31 +01:00
"description": "R3 Websocket - Manages websocket communication between components",
"author": "-=<yb4f310",
"version": "1.0.0",
"repository": "https://bitbucket.org/cybafelo/r3-websocket/src/master/",
2018-08-20 17:26:45 +02:00
"dependencies": {
"ws": "^6.0.0"
}
}