integrating basic websocket
This commit is contained in:
25
package.json
25
package.json
@ -1,13 +1,28 @@
|
||||
{
|
||||
"name": "braid",
|
||||
"version": "1.0.0",
|
||||
"description": "Measure Applications Web Socket server, for various uses",
|
||||
"author": "Yardstick Development Team",
|
||||
"main": "server.js",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yardstick/braid.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/yardstick/braid/issues"
|
||||
},
|
||||
"homepage": "https://github.com/yardstick/braid#readme",
|
||||
"dependencies": {
|
||||
"express": "^4.16.1"
|
||||
"express": "^4.16.4",
|
||||
"ws": "^6.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/ws": "^6.0.1",
|
||||
"typescript": "^3.3.3333"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user