Skip to content

Commit

Permalink
Basic npm packge file
Browse files Browse the repository at this point in the history
  • Loading branch information
joelplane committed Jun 12, 2011
1 parent df1dbd1 commit c59993f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name": "NoodleTest",
"description": "Testing library for Node",
"version": "0.0.0",
"repository": {
"url": ""
},
"author": "Joel Plane <joel@avial.com.au>",
"main": "noodleTest.js",
"directories": {
"lib": "."
},
"engines": {
"node": "*"
}
}

0 comments on commit c59993f

Please sign in to comment.