{
  "name": "@seeessence/stream",
  "version": "1.0.0",
  "description": "Two-way duplex stream",
  "author": "Aydar Zartdinov <zartdinov@gmail.com>",
  "license": "MIT",
  "keywords": [
    "seeessence",
    "stream"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/seeessence/stream.git"
  },
  "devDependencies": {
    "unit": "seeessence/unit",
    "istanbul": "^0.4.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "config": {
    "seeessence": {
      "debug": true,
      "test": true
    }
  },
  "scripts": {
    "test": "node test.js",
    "coverage": "istanbul cover test.js"
  }
}
