@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
19 lines (18 loc) • 449 B
JSON
{
"name": "stream-counter",
"version": "0.2.0",
"description": "keeps track of how many bytes have been written to a stream",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": "git://github.com/superjoe30/node-stream-counter.git",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"license": "BSD",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"readable-stream": "~1.1.8"
}
}