{
  "name": "arraystream"
, "version": "0.0.5"
, "description": "ReadableStream of arrays and hash variables."
, "keywords": ["ReadableStream", "array", "object", "stream"]
, "author": "SHIN Suzuki <shinout310@gmail.com>"
, "repository": 
  { "type": "git"
  ,  "url": "https://github.com/shinout/ArrayStream.git"
  }
, "bugs": {"url": "https://github.com/shinout/ArrayStream/issues" }
, "licences": 
  [ { "type": "MIT"
    , "url": "https://github.com/shinout/ArrayStream/raw/master/LICENCE"
    }
  ]
, "devDependencies" : {
    "termcolor": ">=v0.2.0"
  }
, "main": "./ArrayStream.js"
}
