{
  "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
  "name": "lazy-socket",
  "description": "A stateless socket that always lets you write().",
  "version": "0.0.4",
  "homepage": "https://github.com/felixge/node-lazy-socket",
  "repository": {
    "url": ""
  },
  "main": "./index",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {
    "sinon": "1.2.0",
    "utest": "0.0.3",
    "urun": "0.0.4"
  },
  "optionalDependencies": {}
}