wallet-core/node_modules/first-chunk-stream/package.json
2016-11-03 01:33:53 +01:00

37 lines
646 B
JSON

{
"name": "first-chunk-stream",
"version": "1.0.0",
"description": "Transform the first chunk in a stream",
"license": "MIT",
"repository": "sindresorhus/first-chunk-stream",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"buffer",
"stream",
"streams",
"transform",
"first",
"chunk",
"size",
"min",
"minimum"
],
"devDependencies": {
"concat-stream": "^1.4.5",
"mocha": "*"
}
}