memorystream
Version:
This is lightweight memory stream module for node.js.
30 lines • 727 B
JSON
{
"name": "memorystream",
"description": "This is lightweight memory stream module for node.js.",
"version": "0.1.0",
"keywords": [
"memory",
"test",
"stream",
"tools",
"streams"
],
"devDependencies" : {
"expresso" : ">=0.7.x",
"jslint" : "*"
},
"author": "Dmitry Nizovtsev (https://github.com/JSBizon)",
"contributors": [
{ "name": "Dmitry Nizovtsev", "email": "dmitryp3@gmail.com" }
],
"repository" : {
"type" : "git",
"url" : "https://github.com/JSBizon/node-memorystream.git"
},
"homepage": "https://github.com/JSBizon/node-memorystream",
"engines": { "node": ">= 0.3.0" },
"licenses": [ {
"type": "MIT",
"url" : "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE"
} ]
}