{ "name": "socket-retry-connect", "version": "0.0.1", "author": "James Lal [:lightsofapollo]", "description": "Attempt to connect to socket multiple times", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/lightsofapollo/socket-retry-connect" }, "keywords": [ "socket", "retry" ], "dependencies" : { "debug": "*" }, "devDependencies": { "mocha": "~1.7" }, "license": "MIT", "engine": { "node": ">=0.4" }, "scripts": { "test": "./node_modules/mocha/bin/mocha --ui tdd test.js" } }