Skip to content

Commit

Permalink
the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 30, 2011
1 parent 1184590 commit 1a55d9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "miniglob",
"description": "a little globber",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/miniglob.git"
},
"main": "miniglob.js",
"engines": {
"node": "*"
},
"dependencies": {
"minimatch": "0.1",
"graceful-fs": "~1.1.2",
"inherits": "1"
},
"devDependencies": {
"tap": "0.1"
}
}

0 comments on commit 1a55d9e

Please sign in to comment.