uci-websocket-client/package.json

44 lines
947 B
JSON

{
"name": "@uci/websocket-client",
"version": "0.1.9",
"description": "JSON packet browser client over web socket",
"main": "src",
"watch": {
"client": "src/*.js"
},
"scripts": {
"client": "cd ./example/client && npm run client",
"client:watch": "npm-watch"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/websocket-client.git"
},
"keywords": [
"node.js",
"socket",
"websocket",
"net",
"JSON",
"packet",
"serialize",
"TCP"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/websocket-client/issues"
},
"homepage": "https://github.com/uCOMmandIt/websocket-client#readme",
"devDependencies": {
"npm-watch": "^0.6.0"
},
"dependencies": {
"auto-bind": "^4.0.0",
"better-try-catch": "^0.6.2",
"delay": "^4.3.0",
"eventemitter3": "^4.0.0",
"ws": "^7.2.3"
}
}