Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 29, 2011
1 parent c4b5029 commit 42d075c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "fstream",
"description": "Advanced FS Streams",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream.git"
},
"main": "fstream.js",
"engines": {
"node": "0.5 || 0.6"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 42d075c

Please sign in to comment.