quantum-entanglement-sockets
Version:
Simplify WebSocket communication with quantum computing concepts for fun.
30 lines (29 loc) • 634 B
JSON
{
"name": "quantum-entanglement-sockets",
"version": "1.0.3",
"description": "Simplify WebSocket communication with quantum computing concepts for fun.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"quantum",
"entanglement",
"websockets",
"real-time",
"communication"
],
"author": "Finnegan Dale",
"license": "ISC",
"dependencies": {
"ws": "^7.4.6",
"quantum-cryptography": "^1.0.0",
"eventemitter3": "^4.0.7",
"uuid": "^8.3.2",
"rxjs": "^6.6.7"
}
}