Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Day committed Sep 8, 2014
1 parent d0e560c commit b1dd62e
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "stream-buffers",
"version": "0.2.5",
"description": "Buffer-backed Streams for reading and writing.",
"keywords": [
"memory streams",
"streams",
"buffer streams"
],
"author": "Sam Day <me@samcday.com.au>",
"main": "./lib/streambuffer.js",
"engines": { "node": ">= 0.3.0" },
"dependencies": {
},
"devDependencies": {
"vows": ">= 0.5.6"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/samcday/node-stream-buffer.git"
},
"scripts": {
"test": "vows --spec"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
{
"name": "stream-buffers",
"version": "0.2.6",
"description": "Buffer-backed Streams for reading and writing.",
"keywords": [
"memory streams",
"streams",
"buffer streams"
],
"author": "Sam Day <me@samcday.com.au>",
"main": "./lib/streambuffer.js",
"engines": {
"node": ">= 0.3.0"
},
"dependencies": {},
"devDependencies": {
"vows": ">= 0.5.6"
},
"repository": {
"type": "git",
"url": "https://github.com/samcday/node-stream-buffer.git"
},
"scripts": {
"test": "vows --spec"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit b1dd62e

Please sign in to comment.