{
  "name": "net-socket",
  "version": "1.1.0",
  "description": "net.Socket that automatically reconnects",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vdemedes/net-socket.git"
  },
  "keywords": [
    "net",
    "reconnect",
    "net-reconnect",
    "socket"
  ],
  "author": "Vadim Demedes <vdemedes@gmail.com>",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/vdemedes/net-socket/issues"
  },
  "homepage": "https://github.com/vdemedes/net-socket",
  "dependencies": {
    "delegates": "^0.1.0"
  },
  "devDependencies": {
    "chai": "^2.1.1",
    "mocha": "^2.2.0"
  }
}
