{
  "name": "stream-spec",
  "version": "0.3.6",
  "description": "executable specification for Stream (to make testing streams easy)",
  "main": "index.js",
  "scripts": {
    "test": "node test/writable.js; node test/readable.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/stream-spec.git"
  },
  "keywords": [
    "stream",
    "spec",
    "specification",
    "streams",
    "test"
  ],
  "dependencies": {
    "macgyver": "~1.10"
  },
  "author": "Dominic Tarr",
  "license": "(MIT OR Apache-2.0)"
}
