UNPKG

socket-stress-test

Version:

Enables you to create basic stress tests for sockets

30 lines (29 loc) 611 B
{ "author": "Paul Oostenrijk", "name": "socket-stress-test", "description": "Enables you to create basic stress tests for sockets", "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/Fueled/socket-load-tests.git" }, "main": "./lib/stress.test", "scripts": { "test": "mocha test" }, "keywords": [ "stress", "test", "socket" ], "dependencies": { "socket.io-client": "^1.3.4", "underscore": "^1.8.2" }, "devDependencies": { "chai": "^2.0.0", "express": "^4.12.0", "mocha": "^2.1.0", "socket.io": "^1.3.4" } }