Skip to content

Commit

Permalink
desc and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Nov 26, 2013
1 parent bcfea66 commit 566c0e6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "end-of-stream",
"version": "0.1.0",
"description": "wait for a readable/writable to finish or fail",
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
"repository": "git://github.com/mafintosh/end-of-stream.git",
"dependencies": {
"once": "~1.3.0"
},
"scripts": {
"test": "node test.js"
}
},
"keywords": [
"stream",
"streams",
"callback",
"finish",
"close",
"end",
"wait"
]
}

0 comments on commit 566c0e6

Please sign in to comment.