Skip to content

Commit

Permalink
a package.json all up in this
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 18, 2011
1 parent 5218f01 commit 4084043
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions package.json
@@ -0,0 +1,37 @@
{
"name" : "resolve",
"description" : "A more hookable require.resolve() implementation",
"version" : "0.0.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-resolve.git"
},
"main" : "index.js",
"keywords" : [
"resolve",
"require",
"node",
"module",
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "expresso"
},
"dependencies" : {},
"devDependencies" : {
"expresso" : "=0.7.x"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}

0 comments on commit 4084043

Please sign in to comment.