Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Aug 7, 2011
1 parent 27a6ad6 commit c63c9bb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
@@ -0,0 +1,32 @@
{
"name" : "runforcover",
"version" : "0.0.1",
"description" : "require plugin for js code coverage using bunker",
"main" : "index.js",
"directories" : {
"lib" : ".",
"test" : "test"
},
"dependencies" : {
"bunker" : "0.1.X"
},
"scripts" : {
"test" : "node test/index.js"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/chrisdickinson/node-runforcover.git"
},
"keywords" : [
"code",
"coverage",
"bunker"
],
"author" : {
"name" : "Chris Dickinson",
"email" : "chris@neversaw.us",
"url" : "http://neversaw.us"
},
"license" : "new BSD",
"engine" : { "node" : ">=0.4" }
}

0 comments on commit c63c9bb

Please sign in to comment.