File size: 742 Bytes
0a7ea7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"name": "flushwritable",
"version": "1.0.0",
"description": "A Writable stream that flushes before emitting finish",
"main": "lib/FlushWritable.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec test"
},
"repository": {
"type": "git",
"url": "git://github.com/TomFrost/FlushWritable"
},
"keywords": [
"stream",
"streams",
"writable",
"flush",
"transform",
"wrapper"
],
"author": "Tom Frost <tom@frosteddesign.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TomFrost/FlushWritable/issues"
},
"homepage": "https://github.com/TomFrost/FlushWritable",
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.3.0"
}
}
|