newline-json
Version:
New-line separated JSON streaming
27 lines (26 loc) • 486 B
JSON
{
"name": "newline-json",
"version": "0.1.1",
"description": "New-line separated JSON streaming",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/CrowdProcess/newline-json.git"
},
"keywords": [
"JSON",
"stream",
"streams2",
"new-line"
],
"license": "MIT",
"devDependencies": {
"tap": "~0.4.8"
},
"dependencies": {
"stream2buffer": "0.0.4"
}
}