node-buffering
Version:
Buffering data. Process buffered data in bulk
37 lines (36 loc) • 749 B
JSON
{
"name": "node-buffering",
"description": "Buffering data. Process buffered data in bulk",
"keywords": [
"buffering",
"bulk",
"flush"
],
"homepage": "https://github.com/peecky/node-buffering",
"author": "Kim Yungu",
"repository": {
"type": "git",
"url": "git://github.com/peecky/node-buffering"
},
"main": "index.js",
"version": "0.2.0",
"engines": [
"node >= 0.10.0"
],
"bugs": {
"url": "https://github.com/peecky/node-buffering/issues"
},
"scripts": {
"test": "./node_modules/.bin/jshint *.js lib && node test"
},
"license": "MIT",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"jshint": "*"
},
"readmeFilename": "README.md"
}