Files
Node.js-14-Cookbook/Chapter05/communicating-with-websockets/websocket-client/package.json
T
2017-07-31 11:33:31 +05:30

16 lines
274 B
JSON

{
"name": "websocket-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^1.1.1"
}
}